Home
last modified time | relevance | path

Searched refs:GPIO_PIN_CNF_PULL_Pos (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c89 ((uint32_t)pull << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_cfg()
125 ((uint32_t)(p_pull ? *p_pull : 0) << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_reconfigure()
143 ((uint32_t)NRF_GPIO_PIN_NOPULL << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_port_pin_output_set()
160 ((uint32_t)pull_config << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_port_pin_input_set()
/nrf_hw_models-latest/src/HW_models/
DNRF5340_peri_types.h2284 #define GPIO_PIN_CNF_PULL_Pos (2UL) /*!< Position of PULL field. */ macro
2285 #define GPIO_PIN_CNF_PULL_Msk (0x3UL << GPIO_PIN_CNF_PULL_Pos) /*!< Bit mask of PULL field. */