Home
last modified time | relevance | path

Searched refs:__REV (Results 1 – 16 of 16) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sema4/
Dfsl_sema4.h185 mask = __REV(__RBIT(mask)); in SEMA4_EnableGateNotifyInterrupt()
202 mask = __REV(__RBIT(mask)); in SEMA4_DisableGateNotifyInterrupt()
221 return __REV(__RBIT(base->CPNTF[procNum].CPNTF)); in SEMA4_GetGateNotifyStatus()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dcmsis_gcc.h186 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV() function
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Dcmsis_armclang.h874 #define __REV(value) __builtin_bswap32(value) macro
883 #define __REV16(value) __ROR(__REV(value), 16)
Dcmsis_armclang_ltm.h873 #define __REV(value) __builtin_bswap32(value) macro
882 #define __REV16(value) __ROR(__REV(value), 16)
Dcmsis_armcc.h482 #define __REV __rev macro
Dcmsis_iccarm.h400 #define __REV __iar_builtin_REV macro
Dcmsis_gcc.h967 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV() function
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/
Dcmsis_armclang.h232 #define __REV(value) __builtin_bswap32(value) macro
241 #define __REV16(value) __ROR(__REV(value), 16)
Dcmsis_armclang_ltm.h230 #define __REV(value) __builtin_bswap32(value) macro
239 #define __REV16(value) __ROR(__REV(value), 16)
Dcmsis_armcc.h198 #define __REV __rev macro
Dcmsis_iccarm.h433 #define __REV __iar_builtin_REV macro
Dcmsis_gcc.h292 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c2011 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()
2038 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()
4521 tempKey.w[i] = __REV(((const uint32_t *)(uintptr_t)key)[i]); in CAU3_CHACHA20_POLY1305_SetKey()
4540 tempIv.w[0] = __REV(tempIv.w[0]); in cau3_load_nonce()
4541 tempIv.w[1] = __REV(tempIv.w[1]); in cau3_load_nonce()
4542 tempIv.w[2] = __REV(tempIv.w[2]); in cau3_load_nonce()
/hal_nxp-latest/mcux/mcux-sdk/drivers/puf/
Dfsl_puf.c609 temp32 = __REV(*userKeyAligned); in PUF_SetUserKey()
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c44 #define ENET_QOS_HTONL(n) __REV(n)
46 #define ENET_QOS_NTOHL(n) __REV(n)
/hal_nxp-latest/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c93 #define swap_bytes(in) __REV(in)