Function esp_idf_svc::hal::sys::xTimerGetPeriod

source ยท
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.