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