GPIOTE Interrupt parameters structure definition. More...
#include <app_gpiote.h>
Data Fields | |
| app_io_type_t | type |
| uint32_t | pin |
| app_io_mode_t | mode |
| app_io_pull_t | pull |
| app_handle_mode_t | handle_mode |
| app_io_callback_t | io_evt_cb |
GPIOTE Interrupt parameters structure definition.
| app_handle_mode_t app_gpiote_param_t::handle_mode |
Specifies the IO wakeup mode.
| app_io_callback_t app_gpiote_param_t::io_evt_cb |
IO callback function.
| app_io_mode_t app_gpiote_param_t::mode |
Specifies the IO mode for the selected pins.
| uint32_t app_gpiote_param_t::pin |
Specifies the IO pins to be configured.
| app_io_pull_t app_gpiote_param_t::pull |
Specifies the Pull-up or Pull-Down activation for the selected pins.
| app_io_type_t app_gpiote_param_t::type |
Specifies IO type