Searched defs:FreeRTOS_htons (Results 1 – 2 of 2) sorted by relevance
223 … #define FreeRTOS_htons( usIn ) ( ( uint16_t ) ( ( ( usIn ) << 8U ) | ( ( usIn ) >> 8U ) ) ) macro241 #define FreeRTOS_htons( x ) ( ( uint16_t ) ( x ) ) macro
58 #define FreeRTOS_htons( usIn ) ( ( uint16_t ) ( ( ( usIn ) << 8U ) | ( ( usIn ) >> 8U ) ) ) macro