Function esp_idf_svc::sys::vTaskDeleteWithCaps

source ยท
pub unsafe extern "C" fn vTaskDeleteWithCaps(
    xTaskToDelete: *mut tskTaskControlBlock,
)
Expand description

@brief Deletes a task previously created using xTaskCreateWithCaps() or xTaskCreatePinnedToCoreWithCaps()

@param xTaskToDelete A handle to the task to be deleted