Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c64 uint32_t pin_number, in nrf_gpio_cfg() argument
71 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_cfg()
72 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_cfg()
97 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_cfg()
99 nrf_gpio_regw_sideeffects_PIN_CNF(gpio_number_from_ptr(reg), pin_number); in nrf_gpio_cfg()
102 void nrf_gpio_reconfigure(uint32_t pin_number, in nrf_gpio_reconfigure() argument
109 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_reconfigure()
110 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_reconfigure()
133 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_reconfigure()
135 nrf_gpio_regw_sideeffects_PIN_CNF(gpio_number_from_ptr(reg), pin_number); in nrf_gpio_reconfigure()
[all …]