Function esp_idf_svc::hal::task::notify

source ·
pub unsafe fn notify(
    task: *mut tskTaskControlBlock,
    notification: NonZero<u32>
) -> (bool, bool)
Expand description

§Safety

When calling this function care should be taken to pass a valid FreeRTOS task handle. Moreover, the FreeRTOS task should be valid when this function is being called.