Home
last modified time | relevance | path

Searched refs:GPIO_PIN_CNF_MCUSEL_Pos (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-3.4.0/nrfx/mdk/
Dsystem_nrf5340_application.c47 (GPIO_PIN_CNF_MCUSEL_TND << GPIO_PIN_CNF_MCUSEL_Pos))
Dnrf5340_network_bitfields.h5854 #define GPIO_PIN_CNF_MCUSEL_Pos (28UL) /*!< Position of MCUSEL field. */ macro
5855 #define GPIO_PIN_CNF_MCUSEL_Msk (0x7UL << GPIO_PIN_CNF_MCUSEL_Pos) /*!< Bit mask of MCUSEL field. */
Dnrf5340_application_bitfields.h8534 #define GPIO_PIN_CNF_MCUSEL_Pos (28UL) /*!< Position of MCUSEL field. */ macro
8535 #define GPIO_PIN_CNF_MCUSEL_Msk (0x7UL << GPIO_PIN_CNF_MCUSEL_Pos) /*!< Bit mask of MCUSEL field. */
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_gpio.h1265 reg->PIN_CNF[pin_number] = cnf | (ctrl << GPIO_PIN_CNF_MCUSEL_Pos); in nrf_gpio_pin_control_select()