esp_idf_sys

Function xQueueGenericCreate

Source
pub unsafe extern "C" fn xQueueGenericCreate(
    uxQueueLength: UBaseType_t,
    uxItemSize: UBaseType_t,
    ucQueueType: u8,
) -> QueueHandle_t