Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c103 const nrf_gpio_pin_dir_t * p_dir, in nrf_gpio_reconfigure() argument
111 uint32_t to_update = (p_dir ? GPIO_PIN_CNF_DIR_Msk : 0) | in nrf_gpio_reconfigure()
123 cnf |= ((uint32_t)(p_dir ? *p_dir : 0) << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_reconfigure()