Type Alias esp_idf_sys::intr_handler_t
source · pub type intr_handler_t = Option<unsafe extern "C" fn(arg: *mut c_void)>;
Expand description
Function prototype for interrupt handler function
Aliased Type§
enum intr_handler_t {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}