Macros

#define LL_MSIO_PIN_0   ((uint32_t)0x01U)
 Select pin 0
More...
 
#define LL_MSIO_PIN_1   ((uint32_t)0x02U)
 Select pin 1
More...
 
#define LL_MSIO_PIN_2   ((uint32_t)0x04U)
 Select pin 2
More...
 
#define LL_MSIO_PIN_3   ((uint32_t)0x08U)
 Select pin 3
More...
 
#define LL_MSIO_PIN_4   ((uint32_t)0x10U)
 Select pin 4
More...
 
#define LL_MSIO_PIN_ALL   ((uint32_t)0x1FU)
 Select all pins. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_MSIO_PIN_0

#define LL_MSIO_PIN_0   ((uint32_t)0x01U)

Select pin 0

Definition at line 121 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_1

#define LL_MSIO_PIN_1   ((uint32_t)0x02U)

Select pin 1

Definition at line 122 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_2

#define LL_MSIO_PIN_2   ((uint32_t)0x04U)

Select pin 2

Definition at line 123 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_3

#define LL_MSIO_PIN_3   ((uint32_t)0x08U)

Select pin 3

Definition at line 124 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_4

#define LL_MSIO_PIN_4   ((uint32_t)0x10U)

Select pin 4

Definition at line 125 of file gr55xx_ll_msio.h.

◆ LL_MSIO_PIN_ALL

#define LL_MSIO_PIN_ALL   ((uint32_t)0x1FU)

Select all pins.

Definition at line 126 of file gr55xx_ll_msio.h.