app_gpiote_evt_t Struct Reference

GPIO Interrupt event Structure definition. More...

#include <app_gpiote.h>

Public Attributes

app_io_type_t type
 Type of event. More...
 
uint32_t pin
 Specifies the IO pins to be configured. More...
 
app_ctx_type_t ctx_type
 Type of handler context. More...
 

Detailed Description

GPIO Interrupt event Structure definition.

Definition at line 65 of file app_gpiote.h.

Member Data Documentation

◆ ctx_type

app_ctx_type_t app_gpiote_evt_t::ctx_type

Type of handler context.

Definition at line 69 of file app_gpiote.h.

◆ pin

uint32_t app_gpiote_evt_t::pin

Specifies the IO pins to be configured.

Definition at line 68 of file app_gpiote.h.

◆ type

app_io_type_t app_gpiote_evt_t::type

Type of event.

Definition at line 67 of file app_gpiote.h.


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