Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 33) sorted by relevance

12

/hal_ti-2.7.6/simplelink/source/ti/devices/msp432p4xx/inc/
Dmsp_compatibility.h40 #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/
Ddriverlib.h86 #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
Deusci.h37 #define EUSCI_A_CMSIS(x) ((EUSCI_A_Type *) x) argument
38 #define EUSCI_B_CMSIS(x) ((EUSCI_B_Type *) x) argument
Daes256.h58 #define AES256_CMSIS(x) ((AES256_Type *) x) argument
Dtimer32.h61 #define TIMER32_CMSIS(x) ((Timer32_Type *) x) argument
Dcomp_e.h58 #define COMP_E_CMSIS(x) ((COMP_E_Type *) x) argument
Dtimer_a.h61 #define TIMER_A_CMSIS(x) ((Timer_A_Type *) x) argument
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/inc/
Dhw_types.h57 #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/
Dhw_types.h82 #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/
Dsw_chacha.c29 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()
Dpka.h236 PKA_EccParam224 x; member
241 PKA_EccParam256 x; member
246 PKA_EccParam384 x; member
251 PKA_EccParam512 x; member
256 PKA_EccParam521 x; member
Dosc.c102 #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
Dsetup.c90 #define CPU_DELAY_MICRO_SECONDS( x ) \ argument
Dpka.c161 #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/
DPowerCC26X2_calibrateRCOSC.c100 #define Abs(x) ((x) < 0 ? -(x) : (x)) argument
101 #define Scale_rndInf(x) ((3 * (x) + (((x) < 0) ? -2 : 2)) / 4) argument
DPowerCC32XX.c84 #define uSEC_DELAY(x) (ROM_UtilsDelayDirect(x*80/3)) argument
/hal_ti-2.7.6/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c54 #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/
DDeviceFamily.h209 #define DeviceFamily_constructPath(x) <ti/devices/DeviceFamily_DIRECTORY/x> argument
/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/
Dsimplelink.h433 #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/
DClockP.h123 #define ClockP_handle(x) ((ClockP_Handle)(x)) argument
/hal_ti-2.7.6/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.c202 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/
Dcc_pal.c121 #define uSEC_DELAY(x) (ROM_UtilsDelayDirect(x*80/3)) argument
/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c136 #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/
Dslnetif.h85 #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/
DGPIOCC32XX.c235 static inline uint32_t getPinNumber(uint32_t x) { in getPinNumber()

12