Home
last modified time | relevance | path

Searched defs:FreeRTOS_htons (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP.h223 … #define FreeRTOS_htons( usIn ) ( ( uint16_t ) ( ( ( usIn ) << 8U ) | ( ( usIn ) >> 8U ) ) ) macro
241 #define FreeRTOS_htons( x ) ( ( uint16_t ) ( x ) ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h58 #define FreeRTOS_htons( usIn ) ( ( uint16_t ) ( ( ( usIn ) << 8U ) | ( ( usIn ) >> 8U ) ) ) macro