Functions

__STATIC_INLINE uint32_t ll_aon_gpio_read_flag_it (uint32_t pin_mask)
 Read AON_GPIO Interrupt Combination Flag of specified AON_GPIO pins. More...
 
__STATIC_INLINE uint32_t ll_aon_gpio_is_active_flag_it (uint32_t pin_mask)
 Indicate if the AON_GPIO Interrupt Flag is set or not of specified AON_GPIO pins. More...
 
__STATIC_INLINE void ll_aon_gpio_clear_flag_it (uint32_t pin_mask)
 Clear Interrupt Status flag of specified AON_GPIO pins. More...
 

Detailed Description

Function Documentation

◆ ll_aon_gpio_clear_flag_it()

__STATIC_INLINE void ll_aon_gpio_clear_flag_it ( uint32_t  pin_mask)

Clear Interrupt Status flag of specified AON_GPIO pins.

Note
After an interrupt is triggered, the corresponding bit in the INTSTATUS Register is set. The interrupt status can be cleared by writing 1 to corresponding bit in INTCLEAR Register.
Register BitsName
INTSTATUS INTSTATUS
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_aon_gpio_is_active_flag_it()

__STATIC_INLINE uint32_t ll_aon_gpio_is_active_flag_it ( uint32_t  pin_mask)

Indicate if the AON_GPIO Interrupt Flag is set or not of specified AON_GPIO pins.

Note
After an interrupt is triggered, the corresponding bit in the INTSTATUS Register is set. The interrupt status can cleared by writing 1 to corresponding bit in INTCLEAR Register.
Register BitsName
INTSTATUS INTSTATUS
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
Stateof bit (1 or 0).

◆ ll_aon_gpio_read_flag_it()

__STATIC_INLINE uint32_t ll_aon_gpio_read_flag_it ( uint32_t  pin_mask)

Read AON_GPIO Interrupt Combination Flag of specified AON_GPIO pins.

Note
After an interrupt is triggered, the corresponding bit in the INTSTATUS Register is set. The interrupt status can cleared by writing 1 to corresponding bit in INTCLEAR Register.
Register BitsName
INTSTATUS INTSTATUS
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
Interruptflag whose bits were set when the selected trigger event arrives on the interrupt