Home
last modified time | relevance | path

Searched refs:__REV16 (Results 1 – 14 of 14) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dcmsis_gcc.h198 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16() function
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Dcmsis_armcc.h492 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16() function
Dcmsis_armclang.h883 #define __REV16(value) __ROR(__REV(value), 16) macro
Dcmsis_iccarm.h401 #define __REV16 __iar_builtin_REV16 macro
Dcmsis_armclang_ltm.h882 #define __REV16(value) __ROR(__REV(value), 16) macro
Dcmsis_gcc.h986 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16() function
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/
Dcmsis_armcc.h208 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16() function
Dcmsis_armclang.h241 #define __REV16(value) __ROR(__REV(value), 16) macro
Dcmsis_iccarm.h434 #define __REV16 __iar_builtin_REV16 macro
Dcmsis_armclang_ltm.h239 #define __REV16(value) __ROR(__REV(value), 16) macro
Dcmsis_gcc.h311 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16() function
/hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c16 #define SGTL_SWAP_UINT16_BYTE_SEQUENCE(x) (__REV16(x))
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c17 #define TFA_SWAP_UINT16_BYTE_SEQUENCE(x) (__REV16(x))
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c43 #define ENET_QOS_HTONS(n) __REV16(n)
45 #define ENET_QOS_NTOHS(n) __REV16(n)