Home
last modified time | relevance | path

Searched refs:y (Results 1 – 8 of 8) sorted by relevance

/hal_ti-2.7.6/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-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/cc13x2_cc26x2/driverlib/
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
204 .y = {.byte = {0x34, 0x7E, 0x00, 0x85, 0x99, 0x81, 0xD5, 0x44,
242 .y = {.byte = {0xf5, 0x51, 0xbf, 0x37, 0x68, 0x40, 0xb6, 0xcb,
282 .y = {.byte = {0x5f, 0x0e, 0xea, 0x90, 0x7c, 0x1d, 0x43, 0x7a,
336 .y = {.byte = {0x50, 0x66, 0xd1, 0x9f, 0x76, 0x94, 0xbe, 0x88,
400 .y = {.byte = {0x97, 0x69, 0x04, 0x2F, 0xC7, 0x54, 0x1D, 0x5C,
440 .y = {.byte = {0x15, 0x53, 0x3C, 0x26, 0x41, 0x03, 0x82, 0x42,
492 .y = {.byte = {0x92, 0x08, 0xD8, 0x3A, 0x0F, 0x1E, 0xCD, 0x78,
[all …]
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
Dosc.c395 int32_t y ; in FindPolynomialsAndUpdateGlobals() local
399 y = pMeasurment[ loopCount ].dFreq ; in FindPolynomialsAndUpdateGlobals()
401 Syi_ += ( y ); in FindPolynomialsAndUpdateGlobals()
404 Sxiyi_ += ( x * y ); in FindPolynomialsAndUpdateGlobals()
405 Sxi2yi_ += ( x2 * y ); in FindPolynomialsAndUpdateGlobals()
/hal_ti-2.7.6/simplelink/
DREADME41 After setting CONFIG_HAS_CC13X2_CC26X2_SDK=y in Kconfig, most of the
84 After setting CONFIG_HAS_CC3220SDK=y in Kconfig, most of the
92 Setting CONFIG_SIMPLELINK_HOST_DRIVER=y builds the SimpleLink Host
112 After setting CONFIG_HAS_MSP432P4XXSDK=y in Kconfig, most of the
/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/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