Searched refs:p_dir (Results 1 – 2 of 2) sorted by relevance
82 const nrf_gpio_pin_dir_t * p_dir, in nrfy_gpio_reconfigure() argument88 nrf_gpio_reconfigure(pin_number, p_dir, p_input, p_pull, p_drive, p_sense); in nrfy_gpio_reconfigure()
405 const nrf_gpio_pin_dir_t * p_dir,1017 const nrf_gpio_pin_dir_t * p_dir, in nrf_gpio_reconfigure() argument1025 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()