pub type TimerCallbackFunction_t = Option<unsafe extern "C" fn(_: *mut tmrTimerControl)>;Expand description
Defines the prototype to which timer callback functions must conform.
Aliased Type§
enum TimerCallbackFunction_t {
    None,
    Some(unsafe extern "C" fn(_: *mut tmrTimerControl)),
}