Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2623 uint32_t uxSum = 0U; in FreeRTOS_EUI48_pton() local
2639 uxSum = uxSum << 4; in FreeRTOS_EUI48_pton()
2641 if( uxSum > 0xffU ) in FreeRTOS_EUI48_pton()
2647 uxSum |= ucHex; in FreeRTOS_EUI48_pton()
2658 pucTarget[ uxByteNr ] = ( uint8_t ) uxSum; in FreeRTOS_EUI48_pton()
2659 uxSum = 0U; in FreeRTOS_EUI48_pton()