esp_idf_svc::sys

Type Alias QueueSetHandle_t

Source
pub type QueueSetHandle_t = *mut QueueDefinition;
Expand description

Type by which queue sets are referenced. For example, a call to xQueueCreateSet() returns an xQueueSet variable that can then be used as a parameter to xQueueSelectFromSet(), xQueueAddToSet(), etc.