pub unsafe extern "C" fn xQueueSelectFromSetFromISR(
    xQueueSet: *mut QueueDefinition,
) -> *mut QueueDefinitionExpand description
A version of xQueueSelectFromSet() that can be used from an ISR.
pub unsafe extern "C" fn xQueueSelectFromSetFromISR(
    xQueueSet: *mut QueueDefinition,
) -> *mut QueueDefinitionA version of xQueueSelectFromSet() that can be used from an ISR.