Function esp_idf_sys::xTimerGetPeriod
source ยท pub unsafe extern "C" fn xTimerGetPeriod(
xTimer: TimerHandle_t,
) -> TickType_t
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.