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