Skip to main content

TimerCallback

Type Alias TimerCallback 

Source
pub type TimerCallback = unsafe extern "C" fn(timer_id: u32);
Expand description

A type alias for the callback function used by an OSAL timer.

The function receives the ID of the timer that triggered it.