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_ALL   ((uint32_t)0xFFU)
 

Detailed Description

Macro Definition Documentation

◆ LL_MSIO_PIN_0

#define LL_MSIO_PIN_0   ((uint32_t)0x01U)

Select pin 0

Definition at line 130 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_1

#define LL_MSIO_PIN_1   ((uint32_t)0x02U)

Select pin 1

Definition at line 131 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_2

#define LL_MSIO_PIN_2   ((uint32_t)0x04U)

Select pin 2

Definition at line 132 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_3

#define LL_MSIO_PIN_3   ((uint32_t)0x08U)

Select pin 3

Definition at line 133 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_4

#define LL_MSIO_PIN_4   ((uint32_t)0x10U)

Select pin 4

Definition at line 134 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_5

#define LL_MSIO_PIN_5   ((uint32_t)0x20U)

Select pin 5

Definition at line 135 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_6

#define LL_MSIO_PIN_6   ((uint32_t)0x40U)

Select pin 6

Definition at line 136 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_7

#define LL_MSIO_PIN_7   ((uint32_t)0x80U)

Select pin 7

Definition at line 137 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_ALL

#define LL_MSIO_PIN_ALL   ((uint32_t)0xFFU)

Select all pins

Definition at line 138 of file gr55xx_ll_msio.h.