Home
last modified time | relevance | path

Searched defs:y (Results 1 – 12 of 12) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/inc/
Dmsp_compatibility.h95 #define __bcd_add_short(x,y) { while(1); /* Using not-supported MSP430 intrinsic. No rep… argument
96 #define __bcd_add_long(x,y) { while(1); /* Using not-supported MSP430 intrinsic. No rep… argument
97 #define __bcd_add_long_long(x,y) { while(1); /* Using not-supported MSP430 intrinsic. No rep… argument
98 #define __even_in_range(x,y) { while(1); /* Using not-supported MSP430 intrinsic. No rep… argument
99 #define __data20_write_char(x,y) { while(1); /* Using not-supported MSP430 intrinsic. No rep… argument
100 #define __data20_write_short(x,y) { while(1); /* Using not-supported MSP430 intrinsic. No rep… argument
101 #define __data20_write_long(x,y) { while(1); /* Using not-supported MSP430 intrinsic. No rep… argument
127 #define __bcd_add_short(x,y) { while(1); /* Using not-supported MSP430 intrinsic. No rep… argument
128 #define __bcd_add_long(x,y) { while(1); /* Using not-supported MSP430 intrinsic. No rep… argument
129 #define __bcd_add_long_long(x,y) { while(1); /* Using not-supported MSP430 intrinsic. No rep… argument
[all …]
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dpka.h237 PKA_EccParam224 y; member
242 PKA_EccParam256 y; member
247 PKA_EccParam384 y; member
252 PKA_EccParam512 y; member
257 PKA_EccParam521 y; member
Dpka.c102 #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
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dpka.h237 PKA_EccParam224 y; member
242 PKA_EccParam256 y; member
247 PKA_EccParam384 y; member
252 PKA_EccParam512 y; member
257 PKA_EccParam521 y; member
Dpka.c104 #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
/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
/hal_ti-latest/simplelink_lpf3/source/ti/log/
DLog.h612 #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
693 #define _Log_SECOND_ARG(x, y, ...) y argument
712 #define _Log_DEFINED_A(y) _Log_DEFINED_B(_Log_TOKEN_##y) 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/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-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c77 #define CEIL(x, y) (1 + (((x)-1) / (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
1458 int32_t y = ((int32_t) *pct_q); in RCL_Handler_BLE_CS_rotateVector() local
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c137 #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