pub unsafe extern "C" fn uxTaskPriorityGetFromISR(
    xTask: TaskHandle_t
) -> UBaseType_t
Expand description

@cond !DOC_EXCLUDE_HEADER_SECTION task. h @code{c} UBaseType_t uxTaskPriorityGetFromISR( const TaskHandle_t xTask ); @endcode @endcond

A version of uxTaskPriorityGet() that can be used from an ISR.