◆ IS_AON_GPIO_MODE
#define IS_AON_GPIO_MODE |
( |
|
__MODE__ | ) |
|
Value:
Check if AON GPIO mode is valid.
- Parameters
-
<strong>MODE</strong> | AON GPIO mode. |
- Return values
-
SET | (MODE is valid) or RESET (MODE is invalid) |
Definition at line 236 of file gr55xx_hal_aon_gpio.h.
◆ IS_AON_GPIO_PIN
#define IS_AON_GPIO_PIN |
( |
|
__PIN__ | ) |
|
Value:
Check if AON GPIO pins are valid.
- Parameters
-
<strong>PIN</strong> | AON GPIO pins. |
- Return values
-
SET | (PIN is valid) or RESET (PIN is invalid) |
Definition at line 228 of file gr55xx_hal_aon_gpio.h.
◆ IS_AON_GPIO_PIN_ACTION
Check if AON GPIO pin action is valid.
- Parameters
-
<strong>ACTION</strong> | AON GPIO pin action. |
- Return values
-
SET | (ACTION is valid) or RESET (ACTION is invalid) |
Definition at line 221 of file gr55xx_hal_aon_gpio.h.
◆ IS_AON_GPIO_PULL
#define IS_AON_GPIO_PULL |
( |
|
__PULL__ | ) |
|
Value:
Check if AON GPIO pull type is valid.
- Parameters
-
<strong>PULL</strong> | AON GPIO pull type. |
- Return values
-
SET | (PULL is valid) or RESET (PULL is invalid) |
Definition at line 249 of file gr55xx_hal_aon_gpio.h.
#define AON_GPIO_PULLUP
Pull-up activation
#define AON_GPIO_MODE_IT_HIGH
Interrupt Mode with High-level trigger detection
#define AON_GPIO_MODE_INPUT
Input Mode
#define AON_GPIO_NOPULL
No Pull-up or Pull-down activation
#define AON_GPIO_MODE_MUX
Mux Mode
#define AON_GPIO_PULLDOWN
Pull-down activation
#define AON_GPIO_MODE_IT_LOW
Interrupt Mode with Low-level trigger detection
#define AON_GPIO_MODE_IT_FALLING
Interrupt Mode with Falling edge trigger detection.
#define AON_GPIO_PIN_MASK
PIN mask for assert test.
#define AON_GPIO_MODE_OUTPUT
Output Mode
#define AON_GPIO_MODE_IT_RISING
Interrupt Mode with Rising edge trigger detection