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