Home
last modified time | relevance | path

Searched refs:usNibble (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6_Sockets.c208 uint16_t usNibble = ( usShifter >> 12 ) & 0x0FU; in uxHexPrintShort() local
210 if( usNibble != 0U ) in uxHexPrintShort()
222 pcBuffer[ uxIndex ] = cHexToChar( usNibble ); in uxHexPrintShort()