/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/inc/ |
D | msp_compatibility.h | 40 #define HWREG8(x) (*((volatile uint8_t *)(x))) argument 41 #define HWREG16(x) (*((volatile uint16_t *)(x))) argument 42 #define HWREG32(x) (*((volatile uint32_t *)(x))) argument 43 #define HWREG(x) (HWREG16(x)) argument 44 #define HWREG8_L(x) (*((volatile uint8_t *)((uint8_t *)&x))) argument 45 #define HWREG8_H(x) (*((volatile uint8_t *)(((uint8_t *)&x)+1))) argument 46 #define HWREG16_L(x) (*((volatile uint16_t *)((uint16_t *)&x))) argument 47 #define HWREG16_H(x) (*((volatile uint16_t *)(((uint16_t *)&x)+1))) argument 52 #define HWREGBIT8(x, b) (HWREG8(((uint32_t)(x) & 0xF0000000) | 0x02000000 | (((uint32_t)(x) & 0x0… argument 53 #define HWREGBIT16(x, b) (HWREG16(((uint32_t)(x) & 0xF0000000) | 0x02000000 | (((uint32_t)(x) & 0x… argument [all …]
|
/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/ |
D | driverlib.h | 86 #define HWREG8(x) (*((volatile uint8_t *)(x))) argument 87 #define HWREG16(x) (*((volatile uint16_t *)(x))) argument 88 #define HWREG32(x) (*((volatile uint32_t *)(x))) argument 89 #define HWREG(x) (HWREG16(x)) argument 90 #define HWREG8_L(x) (*((volatile uint8_t *)((uint8_t *)&x))) argument 91 #define HWREG8_H(x) (*((volatile uint8_t *)(((uint8_t *)&x)+1))) argument 92 #define HWREG16_L(x) (*((volatile uint16_t *)((uint16_t *)&x))) argument 93 #define HWREG16_H(x) (*((volatile uint16_t *)(((uint16_t *)&x)+1))) argument
|
D | eusci.h | 37 #define EUSCI_A_CMSIS(x) ((EUSCI_A_Type *) x) argument 38 #define EUSCI_B_CMSIS(x) ((EUSCI_B_Type *) x) argument
|
D | aes256.h | 58 #define AES256_CMSIS(x) ((AES256_Type *) x) argument
|
D | timer32.h | 61 #define TIMER32_CMSIS(x) ((Timer32_Type *) x) argument
|
D | comp_e.h | 58 #define COMP_E_CMSIS(x) ((COMP_E_Type *) x) argument
|
/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/inc/ |
D | hw_types.h | 57 #define HWREG(x) \ argument 59 #define HWREGH(x) \ argument 61 #define HWREGB(x) \ argument 63 #define HWREGBITW(x, b) \ argument 66 #define HWREGBITH(x, b) \ argument 69 #define HWREGBITB(x, b) \ argument
|
/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2_cc26x2/inc/ |
D | hw_types.h | 82 #define HWREG(x) \ argument 88 #define HWREGH(x) \ argument 94 #define HWREGB(x) \ argument 108 #define HWREGBITW(x, b) \ argument 113 #define HWREGBITH(x, b) \ argument 118 #define HWREGBITB(x, b) \ argument
|
/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/ |
D | hw_types.h | 80 #define HWREG(x) \ argument 86 #define HWREGH(x) \ argument 92 #define HWREGB(x) \ argument 106 #define HWREGBITW(x, b) \ argument 111 #define HWREGBITH(x, b) \ argument 116 #define HWREGBITB(x, b) \ argument
|
/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
D | sw_chacha.c | 29 u32 x[16]; in salsa20_wordtobyte() local 55 void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in ECRYPT_keysetup() 79 void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv) in ECRYPT_ivsetup() 87 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x,const u8 *m,u8 *c,u32 bytes) in ECRYPT_encrypt_bytes() 111 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x,const u8 *c,u8 *m,u32 bytes) in ECRYPT_decrypt_bytes() 116 void ECRYPT_keystream_bytes(ECRYPT_ctx *x,u8 *stream,u32 bytes) in ECRYPT_keystream_bytes()
|
D | pka.h | 236 PKA_EccParam224 x; member 241 PKA_EccParam256 x; member 246 PKA_EccParam384 x; member 251 PKA_EccParam512 x; member 256 PKA_EccParam521 x; member
|
D | setup.c | 90 #define CPU_DELAY_MICRO_SECONDS( x ) \ argument
|
D | pka.c | 102 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) argument 103 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) argument 104 #define INRANGE(x,y,z) ((x) > (y) && (x) < (z)) argument
|
D | osc.c | 96 #define RTC_CV_TO_MS(x) (( 1000 * ( x )) >> 16 ) argument 97 #define RTC_CV_TO_US(x) (( 1000000 * ( x )) >> 16 ) argument
|
/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
D | sw_chacha.c | 27 u32 x[16]; in salsa20_wordtobyte() local 53 void ECRYPT_keysetup(ECRYPT_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in ECRYPT_keysetup() 77 void ECRYPT_ivsetup(ECRYPT_ctx *x,const u8 *iv) in ECRYPT_ivsetup() 85 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x,const u8 *m,u8 *c,u32 bytes) in ECRYPT_encrypt_bytes() 109 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x,const u8 *c,u8 *m,u32 bytes) in ECRYPT_decrypt_bytes() 114 void ECRYPT_keystream_bytes(ECRYPT_ctx *x,u8 *stream,u32 bytes) in ECRYPT_keystream_bytes()
|
D | pka.h | 236 PKA_EccParam224 x; member 241 PKA_EccParam256 x; member 246 PKA_EccParam384 x; member 251 PKA_EccParam512 x; member 256 PKA_EccParam521 x; member
|
D | setup.c | 92 #define CPU_DELAY_MICRO_SECONDS( x ) \ argument
|
D | pka.c | 104 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) argument 105 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) argument 106 #define INRANGE(x,y,z) ((x) > (y) && (x) < (z)) argument
|
D | osc.c | 94 #define RTC_CV_TO_MS(x) (( 1000 * ( x )) >> 16 ) argument 95 #define RTC_CV_TO_US(x) (( 1000000 * ( x )) >> 16 ) argument
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/power/ |
D | PowerCC26X2_calibrateRCOSC.c | 100 #define Abs(x) ((x) < 0 ? -(x) : (x)) argument 101 #define Scale_rndInf(x) ((3 * (x) + (((x) < 0) ? -2 : 2)) / 4) argument
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/temperature/ |
D | TemperatureCC26X2.c | 54 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) argument 55 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) argument
|
/hal_ti-3.4.0/simplelink/source/ti/devices/ |
D | DeviceFamily.h | 214 #define DeviceFamily_constructPath(x) <ti/devices/DeviceFamily_DIRECTORY/x> argument
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/dpl/ |
D | ClockP.h | 123 #define ClockP_handle(x) ((ClockP_Handle)(x)) argument
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/ |
D | simplelink.h | 433 #define SL_CONCAT(x,y) x ## y argument 434 #define SL_CONCAT2(x,y) SL_CONCAT(x,y) argument
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/uart2/ |
D | UART2CC32XX.c | 202 static inline uint32_t getRxStatus(uint32_t x) in getRxStatus() 219 static inline int_fast16_t rxStatus2ErrorCode(uint32_t x) in rxStatus2ErrorCode()
|