Searched refs:CY_SWAP_ENDIAN16 (Results 1 – 3 of 3) sorted by relevance
97 #define CY_SWAP_ENDIAN16(x) ((uint16_t)(((x) << 8U) | (((x) >> 8U) & 0x00FFU))) macro
18 * `CY_SWAP_ENDIAN16`: Swaps the byte ordering of a 16-bit value
14 * CY_SWAP_ENDIAN16: Swaps the byte ordering of a 16-bit value