Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Common/
A Dprintf-stdarg.c140 static portINLINE int i2hex( int aCh ) in i2hex() argument
144 if( aCh < 10 ) in i2hex()
146 iResult = '0' + aCh; in i2hex()
150 iResult = 'A' + aCh - 10; in i2hex()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A Dprintf-stdarg.c200 static __inline int i2hex( int aCh ) in i2hex() argument
204 if( aCh < 10 ) in i2hex()
206 iResult = '0' + aCh; in i2hex()
210 iResult = 'A' + aCh - 10; in i2hex()

Completed in 8 milliseconds