Searched refs:xTicksToWait (Results 1 – 3 of 3) sorted by relevance
52 const TickType_t xTicksToWait );65 const TickType_t xTicksToWait ) in vOutputChar() argument68 ( void ) xTicksToWait; in vOutputChar()74 static const TickType_t xTicksToWait = pdMS_TO_TICKS( 20 ); variable141 vOutputChar( ( char ) c, xTicksToWait ); in strbuf_printchar()167 vOutputChar( ( char ) c, xTicksToWait ); in strbuf_printchar_inline()
837 const TickType_t xTicksToWait ) in vOutputChar() argument840 ( void ) xTicksToWait; in vOutputChar()
37 const TickType_t xTicksToWait );38 static const TickType_t xTicksToWait = pdMS_TO_TICKS( 20 ); variable81 vOutputChar( ( char ) c, xTicksToWait ); in strbuf_printchar()107 vOutputChar( ( char ) c, xTicksToWait ); in strbuf_printchar_inline()
Completed in 17 milliseconds