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 165 of file hal_msio.h.

◆ MSIO_PULLDOWN

#define MSIO_PULLDOWN   LL_MSIO_PULL_DOWN

Pull-down activation

Definition at line 167 of file hal_msio.h.

◆ MSIO_PULLUP

#define MSIO_PULLUP   LL_MSIO_PULL_UP

Pull-up activation

Definition at line 166 of file hal_msio.h.