pub unsafe extern "C" fn timerCalculateTimer(time: u16) -> u32
Expand description

\brief Calculate Timer

This method calculates when the timer will be expired given the amount time in milliseconds /a tOut. Once the timer has been calculated it will then be used to check when it expires.

\see timersIsExpired

\param[in] time : time/duration in Milliseconds for the timer

\return u32 : The new timer calculated based on the given time