Function esp_idf_hal::sys::xQueueCreateCountingSemaphoreStatic
source ยท pub unsafe extern "C" fn xQueueCreateCountingSemaphoreStatic(
uxMaxCount: u32,
uxInitialCount: u32,
pxStaticQueue: *mut xSTATIC_QUEUE,
) -> *mut QueueDefinition