Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c88 ((uint32_t)input << GPIO_PIN_CNF_INPUT_Pos) | in nrf_gpio_cfg()
124 ((uint32_t)(p_input ? *p_input : 0) << GPIO_PIN_CNF_INPUT_Pos) | in nrf_gpio_reconfigure()
142 ((uint32_t)NRF_GPIO_PIN_INPUT_DISCONNECT << GPIO_PIN_CNF_INPUT_Pos) | in nrf_gpio_port_pin_output_set()
159 ((uint32_t)NRF_GPIO_PIN_INPUT_CONNECT << GPIO_PIN_CNF_INPUT_Pos) | in nrf_gpio_port_pin_input_set()
/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c646 >> GPIO_PIN_CNF_INPUT_Pos; in nrf_gpio_regw_sideeffects_PIN_CNF()
DNRF5340_peri_types.h2291 #define GPIO_PIN_CNF_INPUT_Pos (1UL) /*!< Position of INPUT field. */ macro
2292 #define GPIO_PIN_CNF_INPUT_Msk (0x1UL << GPIO_PIN_CNF_INPUT_Pos) /*!< Bit mask of INPUT field. */