![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Input pin configuration. More...
#include <nrf_drv_gpiote.h>
Data Fields | |
| nrf_gpiote_polarity_t | sense |
| nrf_gpio_pin_pull_t | pull |
| bool | is_watcher |
| bool | hi_accuracy |
Input pin configuration.
| bool nrf_drv_gpiote_in_config_t::hi_accuracy |
True when high accuracy (IN_EVENT) is used.
| bool nrf_drv_gpiote_in_config_t::is_watcher |
True when the input pin is tracking an output pin.
| nrf_gpio_pin_pull_t nrf_drv_gpiote_in_config_t::pull |
Pulling mode.
| nrf_gpiote_polarity_t nrf_drv_gpiote_in_config_t::sense |
Transition that triggers interrupt.