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.
 
 MSIO IO speed
 MSIO IO speed.
 
 MSIO IO strength
 MSIO IO strength.
 
 MSIO IO strength
 MSIO IO strength.
 

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, \
.speed = MSIO_SPEED_MEDIUM, \
.strength = MSIO_STRENGTH_MEDIUM, \
.input_type = MSIO_INPUT_TYPE_CMOS, \
.mux = MSIO_MUX_8, \
}

MSIO_default_config initStruct default configuartion.

Definition at line 220 of file gr55xx_hal_msio.h.

MSIO_DIRECTION_INPUT
#define MSIO_DIRECTION_INPUT
Definition: gr55xx_hal_msio.h:166
MSIO_MODE_DIGITAL
#define MSIO_MODE_DIGITAL
Definition: gr55xx_hal_msio.h:179
MSIO_PULLDOWN
#define MSIO_PULLDOWN
Definition: gr55xx_hal_msio.h:188
MSIO_PIN_ALL
#define MSIO_PIN_ALL
Definition: gr55xx_hal_msio.h:157
MSIO_STRENGTH_MEDIUM
#define MSIO_STRENGTH_MEDIUM
Definition: gr55xx_hal_msio.h:204
MSIO_SPEED_MEDIUM
#define MSIO_SPEED_MEDIUM
Definition: gr55xx_hal_msio.h:195
MSIO_INPUT_TYPE_CMOS
#define MSIO_INPUT_TYPE_CMOS
Definition: gr55xx_hal_msio.h:213
MSIO_MUX_8
#define MSIO_MUX_8
Definition: gr55xx_hal_msio_ex.h:86