Searched refs:CY_SWAP_ENDIAN32 (Results 1 – 3 of 3) sorted by relevance
85 #define CY_SWAP_ENDIAN32(x) ((uint32_t)((((x) >> 24U) & 0x000000FFU) | (((x) & 0x00FF0000U) >> … macro89 #define CY_SWAP_ENDIAN64(x) ((uint64_t) (((uint64_t) CY_SWAP_ENDIAN32((uint32_t)(x)) << 32U) | \90 CY_SWAP_ENDIAN32((uint32_t)((x) >> 32U))))
19 * `CY_SWAP_ENDIAN32`: Swaps the byte ordering of a 32-bit value
15 * CY_SWAP_ENDIAN32: Swaps the byte ordering of a 32-bit value