pub unsafe extern "C" fn k_timer_status_get(
timer: *mut k_timer,
) -> u32
Expand description
@brief Read timer status.
This routine reads the timer’s status, which indicates the number of times it has expired since its status was last read.
Calling this routine resets the timer’s status to zero.
@param timer Address of timer.
@return Timer status.