+ Collaboration diagram for MSIO direction:

Macros

#define MSIO_DIRECTION_NONE   LL_MSIO_DIRECTION_NONE
 Disable input & output. More...
 
#define MSIO_DIRECTION_INPUT   LL_MSIO_DIRECTION_INPUT
 Only Input
More...
 
#define MSIO_DIRECTION_OUTPUT   LL_MSIO_DIRECTION_OUTPUT
 Only Output
More...
 
#define MSIO_DIRECTION_INOUT   LL_MSIO_DIRECTION_INOUT
 Input & Output
More...
 

Detailed Description

Macro Definition Documentation

◆ MSIO_DIRECTION_INOUT

#define MSIO_DIRECTION_INOUT   LL_MSIO_DIRECTION_INOUT

Input & Output

Definition at line 136 of file gr55xx_hal_msio.h.

◆ MSIO_DIRECTION_INPUT

#define MSIO_DIRECTION_INPUT   LL_MSIO_DIRECTION_INPUT

Only Input

Definition at line 134 of file gr55xx_hal_msio.h.

◆ MSIO_DIRECTION_NONE

#define MSIO_DIRECTION_NONE   LL_MSIO_DIRECTION_NONE

Disable input & output.

Definition at line 133 of file gr55xx_hal_msio.h.

◆ MSIO_DIRECTION_OUTPUT

#define MSIO_DIRECTION_OUTPUT   LL_MSIO_DIRECTION_OUTPUT

Only Output

Definition at line 135 of file gr55xx_hal_msio.h.