app_gpiote_param_t Struct Reference

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_handle_mode_t handle_mode
 Specifies the IO wakeup mode. More...
 
app_io_callback_t io_evt_cb
 IO callback function. More...
 

Detailed Description

GPIOTE Interrupt parameters structure definition.

Definition at line 85 of file app_gpiote.h.

Member Data Documentation

◆ handle_mode

app_handle_mode_t app_gpiote_param_t::handle_mode

Specifies the IO wakeup mode.

Definition at line 91 of file app_gpiote.h.

◆ io_evt_cb

app_io_callback_t app_gpiote_param_t::io_evt_cb

IO callback function.

Definition at line 92 of file app_gpiote.h.

◆ mode

app_io_mode_t app_gpiote_param_t::mode

Specifies the IO mode for the selected pins.

Definition at line 89 of file app_gpiote.h.

◆ pin

uint32_t app_gpiote_param_t::pin

Specifies the IO pins to be configured.

Definition at line 88 of file app_gpiote.h.

◆ pull

app_io_pull_t app_gpiote_param_t::pull

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

Definition at line 90 of file app_gpiote.h.

◆ type

app_io_type_t app_gpiote_param_t::type

Specifies IO type.

Definition at line 87 of file app_gpiote.h.


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