Home
last modified time | relevance | path

Searched full:dfegpio (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/net/wireless/
Dnordic,nrf-radio.yaml45 In this case, the 'dfegpio[n]-gpios' properties configure GPIO pins
48 Each dfegpio[n]-gpios property which is set is used to initialize the
49 corresponding PSEL.DFEGPIO[n] register.
51 None of the dfegpio[n]-gpios properties are marked 'required',
52 since which PSEL.DFEGPIO[n] registers will be used to drive
56 That in turn means that at least one dfegpio[n]-gpios
62 GPIOs are used in order, following the indices of the dfegpio[n]-gpios
74 The number of GPIOs specified with dfegpio[n]-gpios properties
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_df.c49 NRF_DT_GPIOS_TO_PSEL_OR(RADIO_NODE, dfegpio##idx##_gpios, \
55 #define HAS_DFE_GPIO(idx) DT_NODE_HAS_PROP(RADIO_NODE, dfegpio##idx##_gpios)
57 /* The number of dfegpio[n]-gpios properties which are set. */
64 * dfegpio[n]-gpios properties which are set.
140 "Set more dfegpio[n]-gpios properties.");
146 * Check that each dfegpio[n]-gpios property has a zero flags cell.
150 BUILD_ASSERT(DT_GPIO_FLAGS(RADIO_NODE, dfegpio##idx##_gpios) == 0, \
151 "The flags cell in each dfegpio[n]-gpios " \
156 /* Stores the dfegpio[n]-gpios property values.
166 * Sets up DF related PSEL.DFEGPIO registers to give possibility to Radio
Dradio.c283 * - PSEL.DFEGPIO[n] in radio_stop()