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... | |
GPIO Interrupt event Structure definition.
Definition at line 65 of file app_gpiote.h.
| app_ctx_type_t app_gpiote_evt_t::ctx_type |
Type of handler context.
Definition at line 69 of file app_gpiote.h.
| uint32_t app_gpiote_evt_t::pin |
Specifies the IO pins to be configured.
Definition at line 68 of file app_gpiote.h.
| app_io_type_t app_gpiote_evt_t::type |
Type of event.
Definition at line 67 of file app_gpiote.h.