Home
last modified time | relevance | path

Searched defs:UciHal (Results 1 – 3 of 3) sorted by relevance

/external/uwb/src/rust/uwb_core/src/uci/
Duci_hal.rs35 pub trait UciHal: 'static + Send + Sync { trait
Duci_manager_sync.rs389 ) -> Result<Self> in new()
Duci_manager.rs169 pub(crate) fn new<T: UciHal, U: UciLogger>( in new()