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
<strong>AON_GPIO_PIN</strong>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

◆ __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
<strong>AON_GPIO_PIN</strong>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).