Function esp_idf_hal::sys::vTaskSetTimeOutState
source ยท pub unsafe extern "C" fn vTaskSetTimeOutState(
pxTimeOut: *mut xTIME_OUT,
)
Expand description
@cond !DOC_EXCLUDE_HEADER_SECTION task.h @code{c} void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ); @endcode @endcond
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. \defgroup vTaskSetTimeOutState vTaskSetTimeOutState @cond !DOC_SINGLE_GROUP \ingroup TaskCtrl @endcond