Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c106 const nrf_gpio_pin_drive_t * p_drive, in nrf_gpio_reconfigure() argument
115 (p_drive ? GPIO_PIN_CNF_DRIVE_Msk : 0) | in nrf_gpio_reconfigure()
117 (p_drive ? (GPIO_PIN_CNF_DRIVE0_Msk | GPIO_PIN_CNF_DRIVE1_Msk) : 0) | in nrf_gpio_reconfigure()
127 ((uint32_t)(p_drive ? *p_drive : 0) << GPIO_PIN_CNF_DRIVE_Pos) | in nrf_gpio_reconfigure()
129 ((uint32_t)(p_drive ? *p_drive : 0) << GPIO_PIN_CNF_DRIVE0_Pos) | in nrf_gpio_reconfigure()