Function esp_idf_svc::hal::sys::xTaskGetIdleTaskHandleForCore

source ยท
pub unsafe extern "C" fn xTaskGetIdleTaskHandleForCore(
    xCoreID: i32,
) -> *mut tskTaskControlBlock
Expand description

@brief Get the handle of idle task for the given core.

[refactor-todo] See if this needs to be deprecated (IDF-8145)

@note If CONFIG_FREERTOS_SMP is enabled, please call xTaskGetIdleTaskHandle() instead. @param xCoreID The core to query @return Handle of the idle task for the queried core