Function flipper0::ffi::timerIsExpired

source ·
pub unsafe extern "C" fn timerIsExpired(timer: u32) -> bool
Expand description

\brief 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

\see timersCalculateTimer

\param[in] timer : the timer to check

\return true : timer has already expired \return false : timer is still running