Home
last modified time | relevance | path

Searched refs:y (Results 1 – 13 of 13) 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_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/devices/cc13x2_cc26x2/driverlib/
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
145 .y = {.byte = {0x34, 0x7E, 0x00, 0x85, 0x99, 0x81, 0xD5, 0x44,
183 .y = {.byte = {0xf5, 0x51, 0xbf, 0x37, 0x68, 0x40, 0xb6, 0xcb,
223 .y = {.byte = {0x5f, 0x0e, 0xea, 0x90, 0x7c, 0x1d, 0x43, 0x7a,
277 .y = {.byte = {0x50, 0x66, 0xd1, 0x9f, 0x76, 0x94, 0xbe, 0x88,
341 .y = {.byte = {0x97, 0x69, 0x04, 0x2F, 0xC7, 0x54, 0x1D, 0x5C,
381 .y = {.byte = {0x15, 0x53, 0x3C, 0x26, 0x41, 0x03, 0x82, 0x42,
433 .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
/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/devices/cc13x2x7_cc26x2x7/driverlib/
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
147 .y = {.byte = {0x34, 0x7E, 0x00, 0x85, 0x99, 0x81, 0xD5, 0x44,
185 .y = {.byte = {0xf5, 0x51, 0xbf, 0x37, 0x68, 0x40, 0xb6, 0xcb,
225 .y = {.byte = {0x5f, 0x0e, 0xea, 0x90, 0x7c, 0x1d, 0x43, 0x7a,
279 .y = {.byte = {0x50, 0x66, 0xd1, 0x9f, 0x76, 0x94, 0xbe, 0x88,
343 .y = {.byte = {0x97, 0x69, 0x04, 0x2F, 0xC7, 0x54, 0x1D, 0x5C,
383 .y = {.byte = {0x15, 0x53, 0x3C, 0x26, 0x41, 0x03, 0x82, 0x42,
435 .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
/hal_ti-latest/simplelink/
DREADME44 After setting CONFIG_HAS_CC13X2_CC26X2_SDK=y in Kconfig, most of the
87 After setting CONFIG_HAS_CC3220SDK=y in Kconfig, most of the
95 Setting CONFIG_SIMPLELINK_HOST_DRIVER=y builds the SimpleLink Host
115 After setting CONFIG_HAS_MSP432P4XXSDK=y in Kconfig, most of the
/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/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
1463 y = +((int32_t) *pct_i); in RCL_Handler_BLE_CS_rotateVector()
1469 y = -((int32_t) *pct_i); in RCL_Handler_BLE_CS_rotateVector()
1472 y *= K14; in RCL_Handler_BLE_CS_rotateVector()
1487 y1 = y + (x >> i); in RCL_Handler_BLE_CS_rotateVector()
1488 x1 = x - (y >> i); in RCL_Handler_BLE_CS_rotateVector()
1493 y1 = y - (x >> i); in RCL_Handler_BLE_CS_rotateVector()
1494 x1 = x + (y >> i); in RCL_Handler_BLE_CS_rotateVector()
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c77 #define CEIL(x, y) (1 + (((x)-1) / (y))) argument
/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