Function esp_idf_sys::xTimerGenericCommand
source ยท pub unsafe extern "C" fn xTimerGenericCommand(
xTimer: TimerHandle_t,
xCommandID: BaseType_t,
xOptionalValue: TickType_t,
pxHigherPriorityTaskWoken: *mut BaseType_t,
xTicksToWait: TickType_t,
) -> BaseType_t