GPIO Configuration Mode Elements values convention: 0x000000YX. More...
Macros | |
| #define | GPIO_MODE_INPUT (LL_GPIO_MODE_INPUT << 0) |
| #define | GPIO_MODE_OUTPUT (LL_GPIO_MODE_OUTPUT << 0) |
| #define | GPIO_MODE_MUX (LL_GPIO_MODE_MUX << 0) |
| #define | GPIO_MODE_IT_RISING (LL_GPIO_TRIGGER_RISING << 4) |
| #define | GPIO_MODE_IT_FALLING (LL_GPIO_TRIGGER_FALLING << 4) |
| #define | GPIO_MODE_IT_HIGH (LL_GPIO_TRIGGER_HIGH << 4) |
| #define | GPIO_MODE_IT_LOW (LL_GPIO_TRIGGER_LOW << 4) |
GPIO Configuration Mode Elements values convention: 0x000000YX.
| #define GPIO_MODE_INPUT (LL_GPIO_MODE_INPUT << 0) |
Input Mode
| #define GPIO_MODE_IT_FALLING (LL_GPIO_TRIGGER_FALLING << 4) |
Interrupt Mode with Falling edge trigger detection
| #define GPIO_MODE_IT_HIGH (LL_GPIO_TRIGGER_HIGH << 4) |
Interrupt Mode with High-level trigger detection
| #define GPIO_MODE_IT_LOW (LL_GPIO_TRIGGER_LOW << 4) |
Interrupt Mode with Low-level trigger detection
| #define GPIO_MODE_IT_RISING (LL_GPIO_TRIGGER_RISING << 4) |
Interrupt Mode with Rising edge trigger detection
| #define GPIO_MODE_MUX (LL_GPIO_MODE_MUX << 0) |
Mux Mode
| #define GPIO_MODE_OUTPUT (LL_GPIO_MODE_OUTPUT << 0) |
Output Mode