Searched refs:uxNibbleCount (Results 1 – 2 of 2) sorted by relevance
200 const size_t uxNibbleCount = 4U; in uxHexPrintShort() local206 for( uxNibble = 0; uxNibble < uxNibbleCount; uxNibble++ ) in uxHexPrintShort()215 if( ( xHadNonZero != pdFALSE ) || ( uxNibble == ( uxNibbleCount - 1U ) ) ) in uxHexPrintShort()
3378 size_t uxNibbleCount = 0U; in FreeRTOS_EUI48_pton() local3405 uxNibbleCount++; in FreeRTOS_EUI48_pton()3409 if( uxNibbleCount != 2U ) in FreeRTOS_EUI48_pton()3417 uxNibbleCount = 0U; in FreeRTOS_EUI48_pton()