MSIO Analog or Digital mode Elements values convention: 0x000000YX. More...
Macros | |
#define | MSIO_MODE_ANALOG LL_MSIO_MODE_ANALOG |
#define | MSIO_MODE_DIGITAL LL_MSIO_MODE_DIGITAL |
#define | MSIO_MODE_IT_RISING (LL_MSIO_TRIGGER_IT_RISING << 4) |
#define | MSIO_MODE_IT_FALLING (LL_MSIO_TRIGGER_IT_FALLING << 4) |
#define | MSIO_MODE_IT_HIGH (LL_MSIO_TRIGGER_IT_HIGH << 4) |
#define | MSIO_MODE_IT_LOW (LL_MSIO_TRIGGER_IT_LOW << 4) |
#define | MSIO_MODE_IT_BOTH_EDGE (LL_MSIO_TRIGGER_IT_BOTH_EDGE << 4) |
MSIO Analog or Digital mode Elements values convention: 0x000000YX.
#define MSIO_MODE_ANALOG LL_MSIO_MODE_ANALOG |
Analog IO
Definition at line 163 of file gr55xx_hal_msio.h.
#define MSIO_MODE_DIGITAL LL_MSIO_MODE_DIGITAL |
Digital IO
Definition at line 164 of file gr55xx_hal_msio.h.
#define MSIO_MODE_IT_BOTH_EDGE (LL_MSIO_TRIGGER_IT_BOTH_EDGE << 4) |
Interrupt Mode with Rising and Falling edge trigger detection
Definition at line 169 of file gr55xx_hal_msio.h.
#define MSIO_MODE_IT_FALLING (LL_MSIO_TRIGGER_IT_FALLING << 4) |
Interrupt Mode with Falling edge trigger detection
Definition at line 166 of file gr55xx_hal_msio.h.
#define MSIO_MODE_IT_HIGH (LL_MSIO_TRIGGER_IT_HIGH << 4) |
Interrupt Mode with High-level trigger detection
Definition at line 167 of file gr55xx_hal_msio.h.
#define MSIO_MODE_IT_LOW (LL_MSIO_TRIGGER_IT_LOW << 4) |
Interrupt Mode with Low-level trigger detection
Definition at line 168 of file gr55xx_hal_msio.h.
#define MSIO_MODE_IT_RISING (LL_MSIO_TRIGGER_IT_RISING << 4) |
Interrupt Mode with Rising edge trigger detection
Definition at line 165 of file gr55xx_hal_msio.h.