MSIO Pull-Up or Pull-Down Activation. More...

+ Collaboration diagram for MSIO pull:

Macros

#define MSIO_NOPULL   LL_MSIO_PULL_NO
 No Pull-up or Pull-down activation
More...
 
#define MSIO_PULLUP   LL_MSIO_PULL_UP
 Pull-up activation
More...
 
#define MSIO_PULLDOWN   LL_MSIO_PULL_DOWN
 Pull-down activation
More...
 

Detailed Description

MSIO Pull-Up or Pull-Down Activation.

Macro Definition Documentation

◆ MSIO_NOPULL

#define MSIO_NOPULL   LL_MSIO_PULL_NO

No Pull-up or Pull-down activation

Definition at line 151 of file gr55xx_hal_msio.h.

◆ MSIO_PULLDOWN

#define MSIO_PULLDOWN   LL_MSIO_PULL_DOWN

Pull-down activation

Definition at line 153 of file gr55xx_hal_msio.h.

◆ MSIO_PULLUP

#define MSIO_PULLUP   LL_MSIO_PULL_UP

Pull-up activation

Definition at line 152 of file gr55xx_hal_msio.h.