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