AON_GPIO Configuration Mode Elements values convention: 0x000000YX. More...
Macros | |
#define | AON_GPIO_MODE_NONE (LL_AON_GPIO_MODE_NONE) |
#define | AON_GPIO_MODE_INPUT (LL_AON_GPIO_MODE_INPUT) |
#define | AON_GPIO_MODE_OUTPUT (LL_AON_GPIO_MODE_OUTPUT) |
#define | AON_GPIO_MODE_INOUT (LL_AON_GPIO_MODE_INOUT) |
#define | AON_GPIO_MODE_MUX (LL_AON_GPIO_MODE_INOUT) |
#define | AON_GPIO_MODE_IT_RISING (LL_AON_GPIO_TRIGGER_RISING << 4 | AON_GPIO_MODE_INPUT) |
#define | AON_GPIO_MODE_IT_FALLING (LL_AON_GPIO_TRIGGER_FALLING << 4 | AON_GPIO_MODE_INPUT) |
#define | AON_GPIO_MODE_IT_HIGH (LL_AON_GPIO_TRIGGER_HIGH << 4 | AON_GPIO_MODE_INPUT) |
#define | AON_GPIO_MODE_IT_LOW (LL_AON_GPIO_TRIGGER_LOW << 4 | AON_GPIO_MODE_INPUT) |
#define | AON_GPIO_MODE_IT_BOTH_EDGE (LL_AON_GPIO_TRIGGER_BOTH_EDGE << 4 | AON_GPIO_MODE_INPUT) |
AON_GPIO Configuration Mode Elements values convention: 0x000000YX.
#define AON_GPIO_MODE_INOUT (LL_AON_GPIO_MODE_INOUT) |
Input andoutput Mode
Definition at line 169 of file hal_aon_gpio.h.
#define AON_GPIO_MODE_INPUT (LL_AON_GPIO_MODE_INPUT) |
Input Mode
Definition at line 167 of file hal_aon_gpio.h.
#define AON_GPIO_MODE_IT_BOTH_EDGE (LL_AON_GPIO_TRIGGER_BOTH_EDGE << 4 | AON_GPIO_MODE_INPUT) |
Interrupt Mode with Rising and Falling edge trigger detection
Definition at line 175 of file hal_aon_gpio.h.
#define AON_GPIO_MODE_IT_FALLING (LL_AON_GPIO_TRIGGER_FALLING << 4 | AON_GPIO_MODE_INPUT) |
Interrupt Mode with Falling edge trigger detection
Definition at line 172 of file hal_aon_gpio.h.
#define AON_GPIO_MODE_IT_HIGH (LL_AON_GPIO_TRIGGER_HIGH << 4 | AON_GPIO_MODE_INPUT) |
Interrupt Mode with High-level trigger detection
Definition at line 173 of file hal_aon_gpio.h.
#define AON_GPIO_MODE_IT_LOW (LL_AON_GPIO_TRIGGER_LOW << 4 | AON_GPIO_MODE_INPUT) |
Interrupt Mode with Low-level trigger detection
Definition at line 174 of file hal_aon_gpio.h.
#define AON_GPIO_MODE_IT_RISING (LL_AON_GPIO_TRIGGER_RISING << 4 | AON_GPIO_MODE_INPUT) |
Interrupt Mode with Rising edge trigger detection
Definition at line 171 of file hal_aon_gpio.h.
#define AON_GPIO_MODE_MUX (LL_AON_GPIO_MODE_INOUT) |
Mux Mode
Definition at line 170 of file hal_aon_gpio.h.
#define AON_GPIO_MODE_NONE (LL_AON_GPIO_MODE_NONE) |
Disable input and output
Definition at line 166 of file hal_aon_gpio.h.
#define AON_GPIO_MODE_OUTPUT (LL_AON_GPIO_MODE_OUTPUT) |
Output Mode
Definition at line 168 of file hal_aon_gpio.h.