| /hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/inc/ |
| D | msp_compatibility.h | 95 #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/ |
| D | pka.h | 237 PKA_EccParam224 y; member 242 PKA_EccParam256 y; member 247 PKA_EccParam384 y; member 252 PKA_EccParam512 y; member 257 PKA_EccParam521 y; member
|
| D | pka.c | 102 #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/ |
| D | pka.h | 237 PKA_EccParam224 y; member 242 PKA_EccParam256 y; member 247 PKA_EccParam384 y; member 252 PKA_EccParam512 y; member 257 PKA_EccParam521 y; member
|
| D | pka.c | 104 #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/ |
| D | Math.h | 59 #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/ |
| D | Log.h | 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 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/ |
| D | TemperatureCC26X2.c | 54 #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/ |
| D | simplelink.h | 433 #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/ |
| D | AESCTRDRBGXX.c | 77 #define CEIL(x, y) (1 + (((x)-1) / (y))) argument
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/ |
| D | ble_cs.c | 91 #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/ |
| D | RFCC26X2_multiMode.c | 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
|