MSIO Exported Constants
+ Collaboration diagram for MSIO Exported Constants:

Modules

 MSIO pins
 
 MSIO direction
 
 MSIO mode
 MSIO Analog or Digital mode Elements values convention: 0x000000YX.
 
 MSIO pull
 MSIO Pull-Up or Pull-Down Activation.
 

Macros

#define MSIO_DEFAULT_CONFIG
 MSIO_default_config initStruct default configuartion. More...
 

Detailed Description

Macro Definition Documentation

◆ MSIO_DEFAULT_CONFIG

#define MSIO_DEFAULT_CONFIG
Value:
{ \
.pin = MSIO_PIN_ALL, \
.direction = MSIO_DIRECTION_INPUT, \
.mode = MSIO_MODE_DIGITAL, \
.pull = MSIO_PULLDOWN, \
.mux = MSIO_MUX_7, \
}

MSIO_default_config initStruct default configuartion.

Definition at line 184 of file gr55xx_hal_msio.h.

MSIO_DIRECTION_INPUT
#define MSIO_DIRECTION_INPUT
Only Input
Definition: gr55xx_hal_msio.h:151
MSIO_MODE_DIGITAL
#define MSIO_MODE_DIGITAL
Digital IO.
Definition: gr55xx_hal_msio.h:164
MSIO_PULLDOWN
#define MSIO_PULLDOWN
Pull-down activation
Definition: gr55xx_hal_msio.h:178
MSIO_PIN_ALL
#define MSIO_PIN_ALL
All pins selected.
Definition: gr55xx_hal_msio.h:142
MSIO_MUX_7
#define MSIO_MUX_7
MSIO mux mode 7.
Definition: gr55xx_hal_msio_ex.h:85