| /hal_nordic-latest/nrfx/drivers/ |
| D | nrfx_utils_internal.h | 90 #define _NRFX_MAX_P1(x) NRFX_MAX NRFX_EMPTY() ((x), argument 91 #define _NRFX_MAX_P2(x) ) argument 282 #define _NRFX_FOR_EACH_IDX_FIXED_ARG_EXEC(idx, x, fixed_arg0, fixed_arg1) \ argument 290 #define _NRFX_FOR_EACH_FIXED_ARG_EXEC(idx, x, fixed_arg0, fixed_arg1) \ argument 298 #define _NRFX_FOR_EACH_IDX_EXEC(idx, x, fixed_arg0, fixed_arg1) \ argument 308 #define _NRFX_FOR_EACH_EXEC(idx, x, fixed_arg0, fixed_arg1) \ argument 311 #define _NRFX_FOR_EACH_ENGINE(x, sep, fixed_arg0, fixed_arg1, ...) \ argument 1432 #define _NRFX_FOR_LOOP_1(call, sep, fixed_arg0, fixed_arg1, x) \ argument 1435 #define _NRFX_FOR_LOOP_2(call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument 1440 #define _NRFX_FOR_LOOP_3(call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument [all …]
|
| D | nrfx_common.h | 162 #define NRFX_BIT(x) (1UL << (x)) argument 171 #define NRFX_BIT_MASK(x) (((x) == 32) ? UINT32_MAX : ((1UL << (x)) - 1)) argument 180 #define NRFX_BIT_SIZE(x) ((x) << 3) argument
|
| D | nrfx_utils.h | 211 #define NRFX_ARG_HAS_PARENTHESIS(x) _NRFX_GET_ARG3(_NRFX_EVAL(_NRFX_ARG_HAS_PARENTHESIS x, 1, 0)) argument
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_rssi.c | 105 #define POW_2(x) ((x) * (x)) argument 107 #define POW_3(x) ((x) * POW_2(x)) argument
|
| /hal_nordic-latest/nrfx/samples/common/ |
| D | nrfx_example.h | 105 #define ANALOG_INPUT_TO_SAADC_AIN(x) ((x) + 1) argument 107 #define ANALOG_INPUT_TO_COMP_AIN(x) (x) argument
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/spinel_base/ |
| D | spinel.h | 4085 #define SPINEL_HEADER_GET_IID(x) (((x)&SPINEL_HEADER_IID_MASK) >> SPINEL_HEADER_IID_SHIFT) argument 4086 #define SPINEL_HEADER_GET_TID(x) (spinel_tid_t)(((x)&SPINEL_HEADER_TID_MASK) >> SPINEL_HEADER_TID_S… argument 4088 #define SPINEL_GET_NEXT_TID(x) (spinel_tid_t)((x) >= 0xF ? 1 : (x) + 1) argument 4145 #define SPINEL_DATATYPE_ARRAY_S(x) "A(" x ")" argument 4146 #define SPINEL_DATATYPE_STRUCT_S(x) "t(" x ")" argument 4148 #define SPINEL_DATATYPE_ARRAY_STRUCT_S(x) SPINEL_DATATYPE_ARRAY_S(SPINEL_DATATYPE_STRUCT_WLEN_S(x)) argument
|
| /hal_nordic-latest/nrfx/mdk/ |
| D | riscv_encoding.h | 225 #define __ASM_STR(x) x argument 227 #define __ASM_STR(x) #x argument
|
| D | compiler_abstraction.h | 221 #define STRING_PRAGMA(x) _Pragma(#x) argument
|
| /hal_nordic-latest/nrfs/helpers/ |
| D | dvfs_oppoint.c | 11 #define MOVE_AND_MASK_32(x, mask, move) (((uint32_t)(x) << move) & (uint32_t)mask) argument
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_vpr_clic.h | 69 #define NRF_VPR_CLIC_INT_TO_PRIO(x) ((x) == 0 ? NRF_VPR_CLIC_PRIORITY_LEVEL0 : \ argument
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_gpiote.c | 139 #define PIN_FLAG_HANDLER(x) \ argument 162 #define PIN_FLAG_TE_ID(x) \ argument
|