/hal_ti-2.7.6/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-2.7.6/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
|
D | timer_a.h | 61 #define TIMER_A_CMSIS(x) ((Timer_A_Type *) x) argument
|
/hal_ti-2.7.6/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-2.7.6/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-2.7.6/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 | osc.c | 102 #define RTC_CV_TO_MS(x) (( 1000 * ( x )) >> 16 ) argument 103 #define RTC_CV_TO_US(x) (( 1000000 * ( x )) >> 16 ) argument 393 int32_t x ; in FindPolynomialsAndUpdateGlobals() local
|
D | setup.c | 90 #define CPU_DELAY_MICRO_SECONDS( x ) \ argument
|
D | pka.c | 161 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) argument 162 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) argument 163 #define INRANGE(x,y,z) ((x) > (y) && (x) < (z)) argument
|
/hal_ti-2.7.6/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
|
D | PowerCC32XX.c | 84 #define uSEC_DELAY(x) (ROM_UtilsDelayDirect(x*80/3)) argument
|
/hal_ti-2.7.6/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-2.7.6/simplelink/source/ti/devices/ |
D | DeviceFamily.h | 209 #define DeviceFamily_constructPath(x) <ti/devices/DeviceFamily_DIRECTORY/x> argument
|
/hal_ti-2.7.6/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-2.7.6/simplelink/source/ti/drivers/dpl/ |
D | ClockP.h | 123 #define ClockP_handle(x) ((ClockP_Handle)(x)) argument
|
/hal_ti-2.7.6/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()
|
/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/porting/ |
D | cc_pal.c | 121 #define uSEC_DELAY(x) (ROM_UtilsDelayDirect(x*80/3)) argument
|
/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/ |
D | RFCC26X2_multiMode.c | 136 #define ABS(x) (((x) < 0) ? -(x) : (x)) argument 137 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) argument 138 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) argument 139 #define UDIFF(x,y) (((y) > (x)) ? ((y) - (x)) : ((~0) + (y) - (x) + (1))) argument 140 #define ADD(x,y) ((x > ((~0) - (y))) ? (~0) : ((x) + (y))) argument
|
/hal_ti-2.7.6/simplelink/source/ti/net/ |
D | slnetif.h | 85 #define ONLY_ONE_BIT_IS_SET(x) (((x > 0) && ((x & (x - 1)) == 0))?true:false) argument
|
/hal_ti-2.7.6/simplelink/source/ti/drivers/gpio/ |
D | GPIOCC32XX.c | 235 static inline uint32_t getPinNumber(uint32_t x) { in getPinNumber()
|