Searched defs:CoreNotification (Results 1 – 5 of 5) sorted by relevance
51 pub enum CoreNotification { enum378 impl TryFrom<uwb_uci_packets::CoreNotification> for CoreNotification { implementation
91 core_notification_receiver: mpsc::UnboundedReceiver<CoreNotification>, in new()
555 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
66 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()275 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
434 async fn handle_core_notification(&mut self, notf: CoreNotification) { in handle_core_notification()