Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/nrfx/hal/
Dnrf_gpio.c103 const nrf_gpio_pin_pull_t * p_pull, in nrf_gpio_reconfigure() argument
111 (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()