Function freertos_rs_task_notify_isr

Source
pub unsafe extern "C" fn freertos_rs_task_notify_isr(
    task: FreeRtosTaskHandle,
    value: u32,
    action: u8,
    xHigherPriorityTaskWoken: FreeRtosBaseTypeMutPtr,
) -> FreeRtosBaseType