Macros

#define LL_MSIO_INPUT_POS   ((uint32_t)0x0U)
 
#define LL_MSIO_OUTPUT_POS   ((uint32_t)0x1U)
 
#define LL_MSIO_STRENGTH_DS0_MASK   ((uint32_t)0x10U)
 
#define LL_MSIO_STRENGTH_DS1_MASK   ((uint32_t)0x01U)
 
#define LL_MSIO_STRENGTH_DS0_POS   ((uint32_t)0x04U)
 
#define LL_MSIO_STRENGTH_DS1_POS   ((uint32_t)0x00U)
 

Detailed Description

Macro Definition Documentation

◆ LL_MSIO_INPUT_POS

#define LL_MSIO_INPUT_POS   ((uint32_t)0x0U)

Input mode bit position MSIO_LL_EC_DIRECTION

Definition at line 140 of file ll_msio.h.

◆ LL_MSIO_OUTPUT_POS

#define LL_MSIO_OUTPUT_POS   ((uint32_t)0x1U)

Output mode bit position MSIO_LL_EC_DIRECTION

Definition at line 141 of file ll_msio.h.

◆ LL_MSIO_STRENGTH_DS0_MASK

#define LL_MSIO_STRENGTH_DS0_MASK   ((uint32_t)0x10U)

DS0 mask in MSIO_LL_EC_STRENGTH

Definition at line 142 of file ll_msio.h.

◆ LL_MSIO_STRENGTH_DS0_POS

#define LL_MSIO_STRENGTH_DS0_POS   ((uint32_t)0x04U)

DS0 bit position in MSIO_LL_EC_STRENGTH

Definition at line 144 of file ll_msio.h.

◆ LL_MSIO_STRENGTH_DS1_MASK

#define LL_MSIO_STRENGTH_DS1_MASK   ((uint32_t)0x01U)

DS1 mask in MSIO_LL_EC_STRENGTH

Definition at line 143 of file ll_msio.h.

◆ LL_MSIO_STRENGTH_DS1_POS

#define LL_MSIO_STRENGTH_DS1_POS   ((uint32_t)0x00U)

DS1 bit position in MSIO_LL_EC_STRENGTH

Definition at line 145 of file ll_msio.h.