Home
last modified time | relevance | path

Searched defs:x (Results 1 – 11 of 11) sorted by relevance

/hal_nordic-latest/nrfx/drivers/
Dnrfx_utils_internal.h90 #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 …]
Dnrfx_common.h162 #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
Dnrfx_utils.h211 #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/
Dnrf_802154_rssi.c105 #define POW_2(x) ((x) * (x)) argument
107 #define POW_3(x) ((x) * POW_2(x)) argument
/hal_nordic-latest/nrfx/samples/common/
Dnrfx_example.h105 #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/
Dspinel.h4085 #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/
Driscv_encoding.h225 #define __ASM_STR(x) x argument
227 #define __ASM_STR(x) #x argument
Dcompiler_abstraction.h221 #define STRING_PRAGMA(x) _Pragma(#x) argument
/hal_nordic-latest/nrfs/helpers/
Ddvfs_oppoint.c11 #define MOVE_AND_MASK_32(x, mask, move) (((uint32_t)(x) << move) & (uint32_t)mask) argument
/hal_nordic-latest/nrfx/hal/
Dnrf_vpr_clic.h69 #define NRF_VPR_CLIC_INT_TO_PRIO(x) ((x) == 0 ? NRF_VPR_CLIC_PRIORITY_LEVEL0 : \ argument
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c139 #define PIN_FLAG_HANDLER(x) \ argument
162 #define PIN_FLAG_TE_ID(x) \ argument