Function esp_idf_sys::xTaskGetIdleTaskHandle
source ยท pub unsafe extern "C" fn xTaskGetIdleTaskHandle() -> TaskHandle_t
Expand description
xTaskGetIdleTaskHandle() is only available if INCLUDE_xTaskGetIdleTaskHandle is set to 1 in FreeRTOSConfig.h.
Simply returns the handle of the idle task of the current core. It is not valid to call xTaskGetIdleTaskHandle() before the scheduler has been started.