pub type wifi_mac_time_update_cb_t = Option<unsafe extern "C" fn(time_delta: u32) -> esp_err_t>;
Expand description

@brief Update WiFi MAC time

@param uint32_t time_delta : time duration since the WiFi/BT common clock is disabled

@return Always returns ESP_OK

Aliased Type§

enum wifi_mac_time_update_cb_t {
    None,
    Some(unsafe extern "C" fn(_: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32) -> i32)

Some value of type T.