Home
last modified time | relevance | path

Searched refs:NRF_DT_GPIOS_TO_PSEL (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/soc/nordic/common/
Dsoc_nrf_common.h50 (NRF_DT_GPIOS_TO_PSEL(node_id, \
137 #define NRF_DT_GPIOS_TO_PSEL(node_id, prop) \ macro
149 (NRF_DT_GPIOS_TO_PSEL(node_id, prop)), \
/Zephyr-latest/samples/boards/nordic/nrfx/src/
Dmain.c16 #define INPUT_PIN NRF_DT_GPIOS_TO_PSEL(DT_ALIAS(sw0), gpios)
17 #define OUTPUT_PIN NRF_DT_GPIOS_TO_PSEL(DT_ALIAS(led0), gpios)
/Zephyr-latest/boards/nordic/nrf9160dk/
Dboard.c228 uint32_t psel = NRF_DT_GPIOS_TO_PSEL(EXT_MEM_CTRL, control_gpios); in early_init()
/Zephyr-latest/samples/boards/nordic/nrfx_prs/src/
Dmain.c146 NRF_DT_GPIOS_TO_PSEL(SPIM_NODE, cs_gpios)); in switch_to_spim()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c39 #define NRF_FEM_PSEL(prop) NRF_DT_GPIOS_TO_PSEL(FEM_NODE, prop)