Skip to main content

xQueueSemaphoreTake

Function xQueueSemaphoreTake 

Source
pub unsafe extern "C" fn xQueueSemaphoreTake(
    xQueue: QueueHandle_t,
    xTicksToWait: TickType_t,
) -> BaseType_t