app_gpiote_param_t Struct Reference

GPIOTE Interrupt parameters structure definition. More...

#include <app_gpiote.h>

Public Attributes

app_io_type_t type
 
uint32_t pin
 
app_io_mode_t mode
 
app_io_pull_t pull
 
app_io_callback_t io_evt_cb
 

Detailed Description

GPIOTE Interrupt parameters structure definition.

Definition at line 65 of file app_gpiote.h.

Member Data Documentation

◆ io_evt_cb

app_io_callback_t app_gpiote_param_t::io_evt_cb

IO callback function.

Definition at line 71 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 69 of file app_gpiote.h.

◆ pin

uint32_t app_gpiote_param_t::pin

Specifies the IO pins to be configured.

Definition at line 68 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 70 of file app_gpiote.h.

◆ type

app_io_type_t app_gpiote_param_t::type

Specifies IO type

Definition at line 67 of file app_gpiote.h.


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