Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/nrfx/hal/
Dnrf_gpio.c105 const nrf_gpio_pin_sense_t * p_sense) in nrf_gpio_reconfigure() argument
117 (p_sense ? GPIO_PIN_CNF_SENSE_Msk : 0); in nrf_gpio_reconfigure()
129 ((uint32_t)(p_sense ? *p_sense : 0)<< GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_reconfigure()