Function esp_idf_hal::sys::xQueueSelectFromSetFromISR

source ยท
pub unsafe extern "C" fn xQueueSelectFromSetFromISR(
    xQueueSet: *mut QueueDefinition,
) -> *mut QueueDefinition
Expand description

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