Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h84 const nrf_gpio_pin_pull_t * p_pull, in nrfy_gpio_reconfigure() argument
88 nrf_gpio_reconfigure(pin_number, p_dir, p_input, p_pull, p_drive, p_sense); in nrfy_gpio_reconfigure()
/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h407 const nrf_gpio_pin_pull_t * p_pull,
1019 const nrf_gpio_pin_pull_t * p_pull, in nrf_gpio_reconfigure() argument
1027 (p_pull ? GPIO_PIN_CNF_PULL_Msk : 0) | in nrf_gpio_reconfigure()
1039 ((uint32_t)(p_pull ? *p_pull : 0) << GPIO_PIN_CNF_PULL_Pos) | in nrf_gpio_reconfigure()