Skip to main content

xQueueCreateMutexStatic

Function xQueueCreateMutexStatic 

Source
pub unsafe extern "C" fn xQueueCreateMutexStatic(
    ucQueueType: u8,
    pxStaticQueue: *mut StaticQueue_t,
) -> QueueHandle_t