Macros

#define MSIO_PIN_0   ((uint16_t)0x0001U)
 
#define MSIO_PIN_1   ((uint16_t)0x0002U)
 
#define MSIO_PIN_2   ((uint16_t)0x0004U)
 
#define MSIO_PIN_3   ((uint16_t)0x0008U)
 
#define MSIO_PIN_4   ((uint16_t)0x0010U)
 
#define MSIO_PIN_ALL   ((uint16_t)0x001FU)
 
#define MSIO_PIN_MASK   (0x0000001FU)
 

Detailed Description

Macro Definition Documentation

◆ MSIO_PIN_0

#define MSIO_PIN_0   ((uint16_t)0x0001U)

Pin 0 selected

Definition at line 119 of file gr55xx_hal_msio.h.

◆ MSIO_PIN_1

#define MSIO_PIN_1   ((uint16_t)0x0002U)

Pin 1 selected

Definition at line 120 of file gr55xx_hal_msio.h.

◆ MSIO_PIN_2

#define MSIO_PIN_2   ((uint16_t)0x0004U)

Pin 2 selected

Definition at line 121 of file gr55xx_hal_msio.h.

◆ MSIO_PIN_3

#define MSIO_PIN_3   ((uint16_t)0x0008U)

Pin 3 selected

Definition at line 122 of file gr55xx_hal_msio.h.

◆ MSIO_PIN_4

#define MSIO_PIN_4   ((uint16_t)0x0010U)

Pin 4 selected

Definition at line 123 of file gr55xx_hal_msio.h.

◆ MSIO_PIN_ALL

#define MSIO_PIN_ALL   ((uint16_t)0x001FU)

All pins selected

Definition at line 125 of file gr55xx_hal_msio.h.

◆ MSIO_PIN_MASK

#define MSIO_PIN_MASK   (0x0000001FU)

PIN mask for assert test

Definition at line 127 of file gr55xx_hal_msio.h.