Type Alias esp_idf_sys::task_wdt_msg_handler
source · pub type task_wdt_msg_handler = Option<unsafe extern "C" fn(opaque: *mut c_void, msg: *const c_char)>;
Aliased Type§
enum task_wdt_msg_handler {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8)),
}