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.rs36 pub trait UciHal: 'static + Send + Sync { interface
Duci_manager_sync.rs532 ) -> Result<Self> in new()
Duci_manager.rs235 pub(crate) fn new<T: UciHal, U: UciLogger>( in new()