Searched refs:CY_SWAP_ENDIAN64 (Results 1 – 3 of 3) sorted by relevance
89 #define CY_SWAP_ENDIAN64(x) ((uint64_t) (((uint64_t) CY_SWAP_ENDIAN32((uint32_t)(x)) << 32U) | \ macro
20 * `CY_SWAP_ENDIAN64`: Swaps the byte ordering of a 64-bit value
16 * CY_SWAP_ENDIAN64: Swaps the byte ordering of a 64-bit value