Searched refs:ulIn (Results 1 – 1 of 1) sorted by relevance
227 #define FreeRTOS_htonl( ulIn ) \ argument231 ( ( ( ( uint32_t ) ( ulIn ) ) ) << 24 ) | \232 ( ( ( ( uint32_t ) ( ulIn ) ) & 0x0000ff00U ) << 8 ) | \233 ( ( ( ( uint32_t ) ( ulIn ) ) & 0x00ff0000U ) >> 8 ) | \234 ( ( ( ( uint32_t ) ( ulIn ) ) ) >> 24 ) \