Searched refs:uxSum (Results 1 – 1 of 1) sorted by relevance
3380 uint32_t uxSum = 0U; in FreeRTOS_EUI48_pton() local3396 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()