nRF51 SDK - S110 SoftDevice
|
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.