pub unsafe extern "C" fn k_timer_remaining_get(
timer: *mut k_timer,
) -> u32
Expand description
@brief Get time remaining before a timer next expires.
This routine computes the (approximate) time remaining before a running timer next expires. If the timer is not running, it returns zero.
@param timer Address of timer.
@return Remaining time (in milliseconds).