Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h404 NRF_STATIC_INLINE void nrf_gpio_reconfigure(uint32_t pin_number,
1016 NRF_STATIC_INLINE void nrf_gpio_reconfigure(uint32_t pin_number, in nrf_gpio_reconfigure() function
1119 nrf_gpio_reconfigure(pin_number, NULL, &input, NULL, NULL, NULL); in nrf_gpio_cfg_watcher()
1127 nrf_gpio_reconfigure(pin_number, NULL, &input, NULL, NULL, NULL); in nrf_gpio_input_disconnect()
1148 nrf_gpio_reconfigure(pin_number, NULL, NULL, NULL, NULL, &sense_config); in nrf_gpio_cfg_sense_set()
/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h88 nrf_gpio_reconfigure(pin_number, p_dir, p_input, p_pull, p_drive, p_sense); in nrfy_gpio_reconfigure()
/hal_nordic-latest/nrfx/
DCHANGELOG.md341 - Added the nrf_gpio_reconfigure() function for selective reconfiguration of the specified pin.