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_5 ((uint16_t)0x0020U) |
#define | MSIO_PIN_6 ((uint16_t)0x0040U) |
#define | MSIO_PIN_7 ((uint16_t)0x0080U) |
#define | MSIO_PIN_ALL ((uint16_t)0x00FFU) |
#define | MSIO_PIN_MASK (0x000000FFU) |
#define MSIO_PIN_0 ((uint16_t)0x0001U) |
Pin 0 selected
Definition at line 134 of file gr55xx_hal_msio.h.
#define MSIO_PIN_1 ((uint16_t)0x0002U) |
Pin 1 selected
Definition at line 135 of file gr55xx_hal_msio.h.
#define MSIO_PIN_2 ((uint16_t)0x0004U) |
Pin 2 selected
Definition at line 136 of file gr55xx_hal_msio.h.
#define MSIO_PIN_3 ((uint16_t)0x0008U) |
Pin 3 selected
Definition at line 137 of file gr55xx_hal_msio.h.
#define MSIO_PIN_4 ((uint16_t)0x0010U) |
Pin 4 selected
Definition at line 138 of file gr55xx_hal_msio.h.
#define MSIO_PIN_5 ((uint16_t)0x0020U) |
Pin 5 selected
Definition at line 139 of file gr55xx_hal_msio.h.
#define MSIO_PIN_6 ((uint16_t)0x0040U) |
Pin 6 selected
Definition at line 140 of file gr55xx_hal_msio.h.
#define MSIO_PIN_7 ((uint16_t)0x0080U) |
Pin 7 selected
Definition at line 141 of file gr55xx_hal_msio.h.
#define MSIO_PIN_ALL ((uint16_t)0x00FFU) |
All pins selected
Definition at line 142 of file gr55xx_hal_msio.h.
#define MSIO_PIN_MASK (0x000000FFU) |
PIN mask for assert test
Definition at line 143 of file gr55xx_hal_msio.h.