![]() |
nrfx 4.5.0
|
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. | |
Structure for configuring pin interrupt/event.
| 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.