Skip to main content

xQueueGenericCreate

Function xQueueGenericCreate 

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