Searched refs:p_pull (Results 1 – 1 of 1) sorted by relevance
103 const nrf_gpio_pin_pull_t * p_pull, in nrf_gpio_reconfigure() argument111 (p_pull ? GPIO_PIN_CNF_PULL_Msk : 0) | in nrf_gpio_reconfigure()123 ((uint32_t)(p_pull ? *p_pull : 0) << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_reconfigure()