[][src]Function esp_idf_bindgen::xTaskGetIdleTaskHandle

pub unsafe extern "C" fn xTaskGetIdleTaskHandle() -> TaskHandle_t

Get the handle of idle task for the current CPU.

xTaskGetIdleTaskHandle() is only available if INCLUDE_xTaskGetIdleTaskHandle is set to 1 in FreeRTOSConfig.h.

@return The handle of the idle task. It is not valid to call xTaskGetIdleTaskHandle() before the scheduler has been started.