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)
@param xCoreID The core to query @return Handle of the idle task for the queried core