nRF5 SDK v17.1.0
Data Fields
nrfx_gpiote_in_config_t Struct Reference

Input pin configuration. More...

#include <nrfx_gpiote.h>

Data Fields

nrf_gpiote_polarity_t sense
 
nrf_gpio_pin_pull_t pull
 
bool is_watcher: 1
 
bool hi_accuracy: 1
 
bool skip_gpio_setup: 1
 

Detailed Description

Input pin configuration.

Field Documentation

bool nrfx_gpiote_in_config_t::hi_accuracy

True when high accuracy (IN_EVENT) is used.

bool nrfx_gpiote_in_config_t::is_watcher

True when the input pin is tracking an output pin.

nrf_gpio_pin_pull_t nrfx_gpiote_in_config_t::pull

Pulling mode.

nrf_gpiote_polarity_t nrfx_gpiote_in_config_t::sense

Transition that triggers the interrupt.

bool nrfx_gpiote_in_config_t::skip_gpio_setup

Do not change GPIO configuration


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated