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