Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h82 const nrf_gpio_pin_dir_t * p_dir, in nrfy_gpio_reconfigure() argument
88 nrf_gpio_reconfigure(pin_number, p_dir, p_input, p_pull, p_drive, p_sense); in nrfy_gpio_reconfigure()
/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h405 const nrf_gpio_pin_dir_t * p_dir,
1017 const nrf_gpio_pin_dir_t * p_dir, in nrf_gpio_reconfigure() argument
1025 uint32_t to_update = (p_dir ? GPIO_PIN_CNF_DIR_Msk : 0) | in nrf_gpio_reconfigure()
1037 cnf |= ((uint32_t)(p_dir ? *p_dir : 0) << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_reconfigure()