Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c3380 uint32_t uxSum = 0U; in FreeRTOS_EUI48_pton() local
3396 uxSum = uxSum << 4; in FreeRTOS_EUI48_pton()
3398 if( uxSum > 0xffU ) in FreeRTOS_EUI48_pton()
3404 uxSum |= ucHex; in FreeRTOS_EUI48_pton()
3415 pucTarget[ uxByteNr ] = ( uint8_t ) uxSum; in FreeRTOS_EUI48_pton()
3416 uxSum = 0U; in FreeRTOS_EUI48_pton()