Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/nrfx/hal/
Dnrf_gpio.c70 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_cfg() local
84 cnf &= ~to_update; in nrf_gpio_cfg()
85 cnf |= ((uint32_t)dir << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_cfg()
95 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_cfg()
108 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_reconfigure() local
120 cnf &= ~to_update; in nrf_gpio_reconfigure()
121 cnf |= ((uint32_t)(p_dir ? *p_dir : 0) << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_reconfigure()
131 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_reconfigure()