Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/nrfx/hal/
Dnrf_gpio.c101 const nrf_gpio_pin_dir_t * p_dir, in nrf_gpio_reconfigure() argument
109 uint32_t to_update = (p_dir ? GPIO_PIN_CNF_DIR_Msk : 0) | in nrf_gpio_reconfigure()
121 cnf |= ((uint32_t)(p_dir ? *p_dir : 0) << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_reconfigure()