pub type esp_freertos_idle_cb_t = Option<unsafe extern "C" fn() -> bool>;

Aliased Type§

enum esp_freertos_idle_cb_t {
    None,
    Some(unsafe extern "C" fn() -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> bool)

Some value of type T.