AON_GPIO Exported Macros

Macros

#define __HAL_AON_GPIO_IT_GET_IT(__AON_GPIO_PIN__)   ll_aon_gpio_read_flag_it(__AON_GPIO_PIN__)
 Check whether the specified AON_GPIO pin is asserted or not. More...
 
#define __HAL_AON_GPIO_IT_CLEAR_IT(__AON_GPIO_PIN__)   ll_aon_gpio_clear_flag_it(__AON_GPIO_PIN__)
 Clear the AON_GPIO pin pending bits. More...
 

Detailed Description

Macro Definition Documentation

◆ __HAL_AON_GPIO_IT_CLEAR_IT

#define __HAL_AON_GPIO_IT_CLEAR_IT (   __AON_GPIO_PIN__)    ll_aon_gpio_clear_flag_it(__AON_GPIO_PIN__)

Clear the AON_GPIO pin pending bits.

Parameters
__AON_GPIO_PIN__specifies the AON_GPIO pins to be cleared. This parameter can be any combination of AON_GPIO_PIN_x where x can be (0..15).
Return values
None

Definition at line 245 of file gr55xx_hal_aon_gpio.h.

◆ __HAL_AON_GPIO_IT_GET_IT

#define __HAL_AON_GPIO_IT_GET_IT (   __AON_GPIO_PIN__)    ll_aon_gpio_read_flag_it(__AON_GPIO_PIN__)

Check whether the specified AON_GPIO pin is asserted or not.

Parameters
__AON_GPIO_PIN__specifies the AON_GPIO pin to be checked. This parameter can be AON_GPIO_PIN_x where x can be (0..15).
Return values
Thenew state of __AON_GPIO_PIN__ (SET or RESET).

Definition at line 237 of file gr55xx_hal_aon_gpio.h.