Home
last modified time | relevance | path

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

123

/hal_ti-latest/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-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_types.h79 #define HWREG(x) \ argument
85 #define HWREGH(x) \ argument
91 #define HWREGB(x) \ argument
96 #define HWREG_READ_LRF(x) HWREG(x) argument
100 #define HWREGH_READ_LRF(x) HWREGH(x) argument
104 #define HWREGB_READ_LRF(x) HWREGB(x) argument
108 #define HWREG_WRITE_LRF(x) HWREG(x) argument
112 #define HWREGH_WRITE_LRF(x) HWREGH(x) argument
116 #define HWREGB_WRITE_LRF(x) HWREGB(x) argument
/hal_ti-latest/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
/hal_ti-latest/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-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_types.h80 #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-latest/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-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_chacha.c27 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()
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
Dsetup.c92 #define CPU_DELAY_MICRO_SECONDS( x ) \ argument
/hal_ti-latest/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
Dsetup.c90 #define CPU_DELAY_MICRO_SECONDS( x ) \ argument
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_chacha.c31 u32 x[16]; in salsa20_wordtobyte() local
67 void ECRYPT_keysetup(ECRYPT_ctx *x, const u8 *k, u32 kbits, u32 ivbits) in ECRYPT_keysetup()
94 void ECRYPT_ivsetup(ECRYPT_ctx *x, const u8 *iv) in ECRYPT_ivsetup()
102 void ECRYPT_encrypt_bytes(ECRYPT_ctx *x, const u8 *m, u8 *c, u32 bytes) in ECRYPT_encrypt_bytes()
138 void ECRYPT_decrypt_bytes(ECRYPT_ctx *x, const u8 *c, u8 *m, u32 bytes) in ECRYPT_decrypt_bytes()
143 void ECRYPT_keystream_bytes(ECRYPT_ctx *x, u8 *stream, u32 bytes) in ECRYPT_keystream_bytes()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Command.h127 #define RCL_CommandStatus_isAnyStop(x) (((x) >= RCL_CommandStatus_DescheduledApi) && ((x)… argument
128 #define RCL_CommandStatus_isAnyDescheduled(x) (((x) >= RCL_CommandStatus_DescheduledApi) && ((x)… argument
129 #define RCL_CommandStatus_isAnyGracefulStop(x) (((x) >= RCL_CommandStatus_GracefulStopTimeout) &&… argument
130 #define RCL_CommandStatus_isAnyHardStop(x) (((x) >= RCL_CommandStatus_HardStopTimeout) && ((x… argument
131 #define RCL_CommandStatus_isAnyTimeoutStop(x) (((x) == RCL_CommandStatus_GracefulStopTimeout) ||… argument
132 #define RCL_CommandStatus_isAnyApiStop(x) (((x) == RCL_CommandStatus_DescheduledApi) || ((x)… argument
133 #define RCL_CommandStatus_isAnySchedulingStop(x) (((x) == RCL_CommandStatus_DescheduledScheduling) … argument
DRCL_Scheduler.h45 #define RCL_SCHEDULER_SYSTIM_US(x) (((uint32_t) (x)) * 4U) argument
49 #define RCL_SCHEDULER_SYSTIM_MS(x) (((uint32_t) (x)) * 4U * 1000U) argument
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/utils/
DMath.h59 #define Math_MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
72 #define Math_MAX(x, y) (((x) > (y)) ? (x) : (y)) argument
85 #define Math_ABS(x) ((x) < 0 ? -(x) : (x)) argument
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/cmsis/core/
Dcmsis_compiler.h102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) argument
121 #define __ALIGNED(x) __attribute__((aligned(x))) argument
174 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) argument
193 #define __ALIGNED(x) __align(x) argument
245 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) argument
265 #define __ALIGNED(x) argument
/hal_ti-latest/simplelink_lpf3/source/ti/log/
DLog.h588 #define _Log_GUARD_MACRO(x) do{ x }while(0) argument
612 #define _Log_CONCAT2_A(x,y) x ## _ ## y argument
613 #define _Log_CONCAT2(x,y) _Log_CONCAT2_A(x,y) argument
614 #define _Log_CONCAT3(x,y,z) _Log_CONCAT2(x,_Log_CONCAT2(y,z)) argument
617 #define _Log__TOKEN2STRING_A(x) #x argument
618 #define _Log_TOKEN2STRING(x) _Log__TOKEN2STRING_A(x) argument
683 #define _Log_VARIANT(x, module, level, ...) \ argument
693 #define _Log_SECOND_ARG(x, y, ...) y argument
707 #define _Log_DEFINED(x) _Log_DEFINED_A(x) argument
/hal_ti-latest/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
/hal_ti-latest/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-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble_cs.c91 #define DECODE_ANTENNA(x, y) (((x) >> ((y)*2)) & 0x03) argument
92 #define ENCODE_ANTENNA(x, y) (((x) << ((y)*4))) argument
93 #define INT16_MSB(x) (((x) >> 8) & 0xFF) argument
94 #define INT16_LSB(x) ((x) & 0xFF) argument
1457 int32_t x = ((int32_t) *pct_i); in RCL_Handler_BLE_CS_rotateVector() local
/hal_ti-latest/simplelink/source/ti/devices/
DDeviceFamily.h220 #define DeviceFamily_constructPath(x) <ti/devices/DeviceFamily_DIRECTORY/x> argument

123