Function esp_idf_sys::vTaskSetTimeOutState
source ยท pub unsafe extern "C" fn vTaskSetTimeOutState(
pxTimeOut: *mut TimeOut_t,
)
Expand description
Capture the current time for future use with xTaskCheckForTimeOut().
@param pxTimeOut Pointer to a timeout object into which the current time is to be captured. The captured time includes the tick count and the number of times the tick count has overflowed since the system first booted. \ingroup TaskCtrl