pub unsafe extern "C" fn xTimerGetPeriod(
xTimer: *mut tmrTimerControl,
) -> u32
Expand description
Returns the period of a timer.
@param xTimer The handle of the timer being queried.
@return The period of the timer in ticks.
pub unsafe extern "C" fn xTimerGetPeriod(
xTimer: *mut tmrTimerControl,
) -> u32
Returns the period of a timer.
@param xTimer The handle of the timer being queried.
@return The period of the timer in ticks.