Type Alias esp_idf_hal::sys::PendedFunction_t
source · pub type PendedFunction_t = Option<unsafe extern "C" fn(_: *mut c_void, _: u32)>;
Aliased Type§
enum PendedFunction_t {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: u32)),
}