Home
last modified time | relevance | path

Searched refs:x (Results 1 – 15 of 15) 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
283 fixed_arg0(idx, x, fixed_arg1)
290 #define _NRFX_FOR_EACH_FIXED_ARG_EXEC(idx, x, fixed_arg0, fixed_arg1) \ argument
291 fixed_arg0(x, fixed_arg1)
298 #define _NRFX_FOR_EACH_IDX_EXEC(idx, x, fixed_arg0, fixed_arg1) \ argument
299 fixed_arg0(idx, x)
308 #define _NRFX_FOR_EACH_EXEC(idx, x, fixed_arg0, fixed_arg1) \ argument
309 fixed_arg0(x)
[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/hal/
Dnrf_vpr_clic.h69 #define NRF_VPR_CLIC_INT_TO_PRIO(x) ((x) == 0 ? NRF_VPR_CLIC_PRIORITY_LEVEL0 : \ argument
70 ((x) == 1 ? NRF_VPR_CLIC_PRIORITY_LEVEL1 : \
71 ((x) == 2 ? NRF_VPR_CLIC_PRIORITY_LEVEL2 : \
72 ((x) == 3 ? NRF_VPR_CLIC_PRIORITY_LEVEL3 : 0))))
/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/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
DREADME.md53 - "Sample buffer address == 0x([0-9a-z]{8})"
59 - "Sample buffer address == 0x([0-9a-z]{8})"
65 - "Sample buffer address == 0x([0-9a-z]{8})"
71 - "Sample buffer address == 0x([0-9a-z]{8})"
/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/samples/src/nrfx_saadc/maximum_performance/
DREADME.md55 - "Sample buffer address == 0x([0-9a-z]{8})"
60 - "Sample buffer address == 0x([0-9a-z]{8})"
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c139 #define PIN_FLAG_HANDLER(x) \ argument
140 (PIN_FLAG_HANDLER_PRESENT | ((x) << PIN_HANDLER_ID_SHIFT))
162 #define PIN_FLAG_TE_ID(x) \ argument
163 (PIN_FLAG_TE_USED | (((x) << PIN_TE_ID_SHIFT) & PIN_TE_ID_MASK))
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile20 # doxygen -x [configFile]
1907 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
1908 # 14 inches) and executive (7.25 x 10.5 inches).
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile20 # doxygen -x [configFile]
1916 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
1917 # 14 inches) and executive (7.25 x 10.5 inches).