[][src]Function esp_idf_sys::uxTaskPriorityGetFromISR

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

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

@param xTask Handle of the task to be queried. Passing a NULL handle results in the priority of the calling task being returned.

@return The priority of xTask.