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