Function freertos_rs_create_counting_semaphore

Source
pub unsafe extern "C" fn freertos_rs_create_counting_semaphore(
    max: FreeRtosUBaseType,
    initial: FreeRtosUBaseType,
) -> FreeRtosQueueHandle