Type Alias esp_idf_sys::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.