Fork of my original MQTTGateway

Dependencies:   mbed-http

Embed: (wiki syntax)

« Back to documentation index

SGpioInit Struct Reference

SGpioInit Struct Reference
[GPIO Exported Types]

SPIRIT GPIO Init structure definition. More...

#include <SPIRIT_Gpio.h>

Data Fields

SpiritGpioPin xSpiritGpioPin
SpiritGpioMode xSpiritGpioMode
SpiritGpioIO xSpiritGpioIO

Detailed Description

SPIRIT GPIO Init structure definition.

Definition at line 233 of file SPIRIT_Gpio.h.


Field Documentation

Specifies the I/O selection for the selected pins. This parameter can be a value of SpiritGpioIO

Definition at line 241 of file SPIRIT_Gpio.h.

Specifies the operating mode for the selected pins. This parameter can be a value of SpiritGpioMode

Definition at line 238 of file SPIRIT_Gpio.h.

Specifies the GPIO pins to be configured. This parameter can be any value of SpiritGpioPin

Definition at line 235 of file SPIRIT_Gpio.h.