Searched refs:p_drive (Results 1 – 2 of 2) sorted by relevance
396 const nrf_gpio_pin_drive_t * p_drive,913 const nrf_gpio_pin_drive_t * p_drive, in nrf_gpio_reconfigure() argument922 (p_drive ? GPIO_PIN_CNF_DRIVE_Msk : 0) | in nrf_gpio_reconfigure()924 (p_drive ? (GPIO_PIN_CNF_DRIVE0_Msk | GPIO_PIN_CNF_DRIVE1_Msk) : 0) | in nrf_gpio_reconfigure()934 ((uint32_t)(p_drive ? *p_drive : 0) << GPIO_PIN_CNF_DRIVE_Pos) | in nrf_gpio_reconfigure()936 ((uint32_t)(p_drive ? *p_drive : 0) << GPIO_PIN_CNF_DRIVE0_Pos) | in nrf_gpio_reconfigure()
85 const nrf_gpio_pin_drive_t * p_drive, in nrfy_gpio_reconfigure() argument88 nrf_gpio_reconfigure(pin_number, p_dir, p_input, p_pull, p_drive, p_sense); in nrfy_gpio_reconfigure()