Searched full:dfegpio (Results 1 – 3 of 3) sorted by relevance
45 In this case, the 'dfegpio[n]-gpios' properties configure GPIO pins48 Each dfegpio[n]-gpios property which is set is used to initialize the49 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 drive56 That in turn means that at least one dfegpio[n]-gpios62 GPIOs are used in order, following the indices of the dfegpio[n]-gpios74 The number of GPIOs specified with dfegpio[n]-gpios properties
49 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
283 * - PSEL.DFEGPIO[n] in radio_stop()