Home
last modified time | relevance | path

Searched refs:GPIO_PIN_CNF_INPUT_Msk (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c75 GPIO_PIN_CNF_INPUT_Msk | in nrf_gpio_cfg()
112 (p_input ? GPIO_PIN_CNF_INPUT_Msk : 0) | in nrf_gpio_reconfigure()
/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c645 uint input = (NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_INPUT_Msk) in nrf_gpio_regw_sideeffects_PIN_CNF()
DNRF5340_peri_types.h2292 #define GPIO_PIN_CNF_INPUT_Msk (0x1UL << GPIO_PIN_CNF_INPUT_Pos) /*!< Bit mask of INPUT field. */ macro