GPIOTE Interrupt parameters structure definition. More...
#include <app_gpiote.h>
Public Attributes | |
app_io_type_t | type |
Specifies IO type. More... | |
uint32_t | pin |
Specifies the IO pins to be configured. More... | |
app_io_mode_t | mode |
Specifies the IO mode for the selected pins. More... | |
app_io_pull_t | pull |
Specifies the Pull-up or Pull-Down activation for the selected pins. More... | |
app_io_callback_t | io_evt_cb |
IO callback function. More... | |
GPIOTE Interrupt parameters structure definition.
Definition at line 65 of file app_gpiote.h.
app_io_callback_t app_gpiote_param_t::io_evt_cb |
IO callback function.
Definition at line 71 of file app_gpiote.h.
app_io_mode_t app_gpiote_param_t::mode |
Specifies the IO mode for the selected pins.
Definition at line 69 of file app_gpiote.h.
uint32_t app_gpiote_param_t::pin |
Specifies the IO pins to be configured.
Definition at line 68 of file app_gpiote.h.
app_io_pull_t app_gpiote_param_t::pull |
Specifies the Pull-up or Pull-Down activation for the selected pins.
Definition at line 70 of file app_gpiote.h.
app_io_type_t app_gpiote_param_t::type |
Specifies IO type.
Definition at line 67 of file app_gpiote.h.