Trait MacTimeExt

Source
pub trait MacTimeExt {
    // Provided method
    fn set_mac_time_update_cb(&self, mac_time_update_cb: MacTimeUpdateCb) { ... }
}
Expand description

Trait providing MAC time functionality for the Wi-Fi peripheral.

Provided Methods§

Source

fn set_mac_time_update_cb(&self, mac_time_update_cb: MacTimeUpdateCb)

Set the MAC time update callback.

See MacTimeUpdateCb for details.

Implementations on Foreign Types§

Source§

impl MacTimeExt for WIFI<'_>

Implementors§