app_gpiote_param_t Struct Reference

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
 

Detailed Description

GPIOTE Interrupt parameters structure definition.

Field Documentation

◆ handle_mode

app_handle_mode_t app_gpiote_param_t::handle_mode

Specifies the IO wakeup mode.

◆ io_evt_cb

app_io_callback_t app_gpiote_param_t::io_evt_cb

IO callback function.

◆ mode

app_io_mode_t app_gpiote_param_t::mode

Specifies the IO mode for the selected pins.

◆ pin

uint32_t app_gpiote_param_t::pin

Specifies the IO pins to be configured.

◆ pull

app_io_pull_t app_gpiote_param_t::pull

Specifies the Pull-up or Pull-Down activation for the selected pins.

◆ type

app_io_type_t app_gpiote_param_t::type

Specifies IO type


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