xQueueCreate

Macro xQueueCreate 

Source
macro_rules! xQueueCreate {
    ($uxQueueLength:expr, $uxItemSize:expr) => { ... };
}