Home
last modified time | relevance | path

Searched refs:CY_SWAP_ENDIAN64 (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/libs/core-lib/include/
Dcy_utils.h89 #define CY_SWAP_ENDIAN64(x) ((uint64_t) (((uint64_t) CY_SWAP_ENDIAN32((uint32_t)(x)) << 32U) | \ macro
/trusted-firmware-m-3.4.0/docs/platform/cypress/psoc64/libs/core-lib/
DREADME.md20 * `CY_SWAP_ENDIAN64`: Swaps the byte ordering of a 64-bit value
DRELEASE.md16 * CY_SWAP_ENDIAN64: Swaps the byte ordering of a 64-bit value