[][src]Type Definition esp_idf_sys::TaskHookFunction_t

type TaskHookFunction_t = Option<unsafe extern "C" fn(arg1: *mut c_void) -> BaseType_t>;

Defines the prototype to which the application task hook function must conform.