Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/core-lib/include/
Dcy_utils.h97 #define CY_SWAP_ENDIAN16(x) ((uint16_t)(((x) << 8U) | (((x) >> 8U) & 0x00FFU))) macro
/hal_infineon-3.6.0/core-lib/
DREADME.md18 * `CY_SWAP_ENDIAN16`: Swaps the byte ordering of a 16-bit value
DRELEASE.md14 * CY_SWAP_ENDIAN16: Swaps the byte ordering of a 16-bit value