Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_IPv6_Sockets.c203 uint16_t usShifter = usValue; in uxHexPrintShort() local
208 uint16_t usNibble = ( usShifter >> 12 ) & 0x0FU; in uxHexPrintShort()
226 usShifter = ( uint16_t ) ( usShifter << 4 ); in uxHexPrintShort()