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

Macros

#define MSIO_NOPULL   LL_MSIO_PULL_NO
 
#define MSIO_PULLUP   LL_MSIO_PULL_UP
 
#define MSIO_PULLDOWN   LL_MSIO_PULL_DOWN
 

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 186 of file gr55xx_hal_msio.h.

◆ MSIO_PULLDOWN

#define MSIO_PULLDOWN   LL_MSIO_PULL_DOWN

Pull-down activation

Definition at line 188 of file gr55xx_hal_msio.h.

◆ MSIO_PULLUP

#define MSIO_PULLUP   LL_MSIO_PULL_UP

Pull-up activation

Definition at line 187 of file gr55xx_hal_msio.h.