Function flipperzero_sys::timerIsExpired
source · pub unsafe extern "C" fn timerIsExpired(timer: u32) -> boolExpand description
Checks if a Timer is Expired
This method checks if a timer has already expired. Based on the given timer previously calculated it checks if this timer has already elapsed
[timersCalculateTimer]
Returns:
- true : timer has already expired
- false : timer is still running
Arguments
timer- [Direction: In] : the timer to check