app_io_evt_t Struct Reference

GPIO Interrupt event Structure definition. More...

#include <app_io.h>

Public Attributes

app_io_type_t type
 
uint32_t pin
 
void * arg
 

Detailed Description

GPIO Interrupt event Structure definition.

Definition at line 299 of file app_io.h.

Member Data Documentation

◆ arg

void* app_io_evt_t::arg

User parameters

Definition at line 303 of file app_io.h.

◆ pin

uint32_t app_io_evt_t::pin

Specifies the IO pins to be configured.

Definition at line 302 of file app_io.h.

◆ type

app_io_type_t app_io_evt_t::type

Type of event.

Definition at line 301 of file app_io.h.


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