xSemaphoreCreateCounting

Macro xSemaphoreCreateCounting 

Source
macro_rules! xSemaphoreCreateCounting {
    ($uxMaxCount:expr, $uxInitialCount:expr) => { ... };
}