Macros

#define LL_MSIO_SPEED_MEDIUM   ((uint32_t)0x1U)
 
#define LL_MSIO_SPEED_HIGH   ((uint32_t)0x0U)
 

Detailed Description

Macro Definition Documentation

◆ LL_MSIO_SPEED_HIGH

#define LL_MSIO_SPEED_HIGH   ((uint32_t)0x0U)

Select high speed

Definition at line 193 of file ll_msio.h.

◆ LL_MSIO_SPEED_MEDIUM

#define LL_MSIO_SPEED_MEDIUM   ((uint32_t)0x1U)

Select medium speed

Definition at line 192 of file ll_msio.h.