Macros

#define LL_MSIO_PULL_NO   ((uint32_t)0x0U)
 
#define LL_MSIO_PULL_UP   ((uint32_t)0x1U)
 
#define LL_MSIO_PULL_DOWN   ((uint32_t)0x2U)
 

Detailed Description

Macro Definition Documentation

◆ LL_MSIO_PULL_DOWN

#define LL_MSIO_PULL_DOWN   ((uint32_t)0x2U)

Select I/O pull down

Definition at line 186 of file ll_msio.h.

◆ LL_MSIO_PULL_NO

#define LL_MSIO_PULL_NO   ((uint32_t)0x0U)

Select I/O no pull

Definition at line 184 of file ll_msio.h.

◆ LL_MSIO_PULL_UP

#define LL_MSIO_PULL_UP   ((uint32_t)0x1U)

Select I/O pull up

Definition at line 185 of file ll_msio.h.