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 input type
 MSIO input type.
 

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 = IO_MUX_GPIO, \
}

MSIO_default_config initStruct default configuartion.

Definition at line 199 of file hal_msio.h.

MSIO_DIRECTION_INPUT
#define MSIO_DIRECTION_INPUT
Definition: hal_msio.h:145
IO_MUX_GPIO
#define IO_MUX_GPIO
Definition: hal_gpio.h:179
MSIO_MODE_DIGITAL
#define MSIO_MODE_DIGITAL
Definition: hal_msio.h:158
MSIO_PULLDOWN
#define MSIO_PULLDOWN
Definition: hal_msio.h:167
MSIO_PIN_ALL
#define MSIO_PIN_ALL
Definition: hal_msio.h:136
MSIO_STRENGTH_MEDIUM
#define MSIO_STRENGTH_MEDIUM
Definition: hal_msio.h:183
MSIO_SPEED_MEDIUM
#define MSIO_SPEED_MEDIUM
Definition: hal_msio.h:174
MSIO_INPUT_TYPE_CMOS
#define MSIO_INPUT_TYPE_CMOS
Definition: hal_msio.h:192