[][src]Function esp_idf_bindgen::xQueueIsQueueEmptyFromISR

pub unsafe extern "C" fn xQueueIsQueueEmptyFromISR(
    xQueue: QueueHandle_t
) -> BaseType_t

@{*/ Utilities to query queues that are safe to use from an ISR. These utilities should be used only from witin an ISR, or within a critical section.