Home
last modified time | relevance | path

Searched refs:w (Results 1 – 7 of 7) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dhapi.h276 #define HapiCountBits(w) HAPI_TABLE_POINTER->countBits((w)) argument
459 #define HapiSha256SwProcessBlock(d, w) HAPI_TABLE_POINTER->sha256SwProcessBlock((d), (w)) argument
Dsw_chacha.c15 #define XOR(v, w) ((v) ^ (w)) argument
16 #define PLUS(v, w) (U32V((v) + (w))) argument
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_chacha.c15 #define XOR(v,w) ((v) ^ (w)) argument
16 #define PLUS(v,w) (U32V((v) + (w))) argument
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_chacha.c17 #define XOR(v,w) ((v) ^ (w)) argument
18 #define PLUS(v,w) (U32V((v) + (w))) argument
Dcrypto.c402 uint32_t w[4]; in CRYPTOCcmAuthEncrypt() member
458 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV0) = ui8InitVec.w[0]; in CRYPTOCcmAuthEncrypt()
459 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV1) = ui8InitVec.w[1]; in CRYPTOCcmAuthEncrypt()
460 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV2) = ui8InitVec.w[2]; in CRYPTOCcmAuthEncrypt()
461 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV3) = ui8InitVec.w[3]; in CRYPTOCcmAuthEncrypt()
650 uint32_t w[4]; in CRYPTOCcmInvAuthDecrypt() member
705 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV0) = ui8InitVec.w[0]; in CRYPTOCcmInvAuthDecrypt()
706 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV1) = ui8InitVec.w[1]; in CRYPTOCcmInvAuthDecrypt()
707 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV2) = ui8InitVec.w[2]; in CRYPTOCcmInvAuthDecrypt()
708 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV3) = ui8InitVec.w[3]; in CRYPTOCcmInvAuthDecrypt()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/cmsis/core/
Dcore_cm0plus.h220 uint32_t w; /*!< Type used for word access */ member
247 uint32_t w; /*!< Type used for word access */ member
271 uint32_t w; /*!< Type used for word access */ member
305 uint32_t w; /*!< Type used for word access */ member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.c1057 uint32_t w[NUM_TX_FILTER_TAPS/4]; in LRF_programShape() member
1089 *((unsigned long*) (LRFDRFE32_BASE + LRFDRFE32_O_DTX1_DTX0) + i) = filterCoeff.w[i]; in LRF_programShape()