nrfx 2.10
Data Fields
nrfx_gpiote_trigger_config_t Struct Reference

Structure for configuring pin interrupt/event. More...

#include <nrfx_gpiote.h>

Data Fields

nrfx_gpiote_trigger_t trigger
 Specify trigger.
 
uint8_t const * p_in_channel
 Pointer to GPIOTE channel for IN event. More...
 

Detailed Description

Structure for configuring pin interrupt/event.

Field Documentation

◆ p_in_channel

uint8_t const* nrfx_gpiote_trigger_config_t::p_in_channel

Pointer to GPIOTE channel for IN event.

If NULL, the sensing mechanism is used instead. Note that when channel is provided only edge triggering can be used.


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

Documentation feedback | Developer Zone | Subscribe | Updated