pub unsafe extern "C" fn uxTaskPriorityGetFromISR(
xTask: TaskHandle_t,
) -> UBaseType_tExpand description
A version of uxTaskPriorityGet() that can be used from an ISR.
pub unsafe extern "C" fn uxTaskPriorityGetFromISR(
xTask: TaskHandle_t,
) -> UBaseType_tA version of uxTaskPriorityGet() that can be used from an ISR.