pub type esp_deep_sleep_wake_stub_fn_t = Option<unsafe extern "C" fn()>;
Expand description

@brief Function type for stub to run on wake from sleep.

Aliased Type§

enum esp_deep_sleep_wake_stub_fn_t {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.