Macros

#define LL_MSIO_PIN_0   ((uint32_t)0x01U)
 
#define LL_MSIO_PIN_1   ((uint32_t)0x02U)
 
#define LL_MSIO_PIN_2   ((uint32_t)0x04U)
 
#define LL_MSIO_PIN_3   ((uint32_t)0x08U)
 
#define LL_MSIO_PIN_4   ((uint32_t)0x10U)
 
#define LL_MSIO_PIN_5   ((uint32_t)0x20U)
 
#define LL_MSIO_PIN_6   ((uint32_t)0x40U)
 
#define LL_MSIO_PIN_7   ((uint32_t)0x80U)
 
#define LL_MSIO_PIN_8   ((uint32_t)0x100U)
 
#define LL_MSIO_PIN_9   ((uint32_t)0x200U)
 
#define LL_MSIO_PIN_ALL   ((uint32_t)0x3FFU)
 

Detailed Description

Macro Definition Documentation

◆ LL_MSIO_PIN_0

#define LL_MSIO_PIN_0   ((uint32_t)0x01U)

Select pin 0

Definition at line 151 of file ll_msio.h.

◆ LL_MSIO_PIN_1

#define LL_MSIO_PIN_1   ((uint32_t)0x02U)

Select pin 1

Definition at line 152 of file ll_msio.h.

◆ LL_MSIO_PIN_2

#define LL_MSIO_PIN_2   ((uint32_t)0x04U)

Select pin 2

Definition at line 153 of file ll_msio.h.

◆ LL_MSIO_PIN_3

#define LL_MSIO_PIN_3   ((uint32_t)0x08U)

Select pin 3

Definition at line 154 of file ll_msio.h.

◆ LL_MSIO_PIN_4

#define LL_MSIO_PIN_4   ((uint32_t)0x10U)

Select pin 4

Definition at line 155 of file ll_msio.h.

◆ LL_MSIO_PIN_5

#define LL_MSIO_PIN_5   ((uint32_t)0x20U)

Select pin 5

Definition at line 156 of file ll_msio.h.

◆ LL_MSIO_PIN_6

#define LL_MSIO_PIN_6   ((uint32_t)0x40U)

Select pin 6

Definition at line 157 of file ll_msio.h.

◆ LL_MSIO_PIN_7

#define LL_MSIO_PIN_7   ((uint32_t)0x80U)

Select pin 7

Definition at line 158 of file ll_msio.h.

◆ LL_MSIO_PIN_8

#define LL_MSIO_PIN_8   ((uint32_t)0x100U)

Select pin 8

Definition at line 159 of file ll_msio.h.

◆ LL_MSIO_PIN_9

#define LL_MSIO_PIN_9   ((uint32_t)0x200U)

Select pin 9

Definition at line 160 of file ll_msio.h.

◆ LL_MSIO_PIN_ALL

#define LL_MSIO_PIN_ALL   ((uint32_t)0x3FFU)

Select all pins

Definition at line 161 of file ll_msio.h.