Functions

__STATIC_INLINE uint16_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...
 
__STATIC_INLINE uint16_t ll_aon_gpio_read_event_flag_it (void)
 Indicate if the AON GPIO event flag is set or not. More...
 
__STATIC_INLINE void ll_aon_gpio_clear_event_flag_it (void)
 Clear AON GPIO event interrupt flag. More...
 

Detailed Description

Function Documentation

◆ ll_aon_gpio_clear_event_flag_it()

__STATIC_INLINE void ll_aon_gpio_clear_event_flag_it ( void  )

Clear AON GPIO event interrupt flag.

Register|BitsName --------|-------- SLP_EVENT| AON GPIO

Return values
None

Definition at line 1501 of file ll_aon_gpio.h.

References AON_CTL.

◆ 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

Definition at line 1471 of file ll_aon_gpio.h.

References AON_CTL.

◆ 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).

Definition at line 1445 of file ll_aon_gpio.h.

References AON_CTL.

◆ ll_aon_gpio_read_event_flag_it()

__STATIC_INLINE uint16_t ll_aon_gpio_read_event_flag_it ( void  )

Indicate if the AON GPIO event flag is set or not.

Note
This bit is set by hardware when system wakeup by AON GPIO. It can be cleared by writing 0 to this bit.

Register|BitsName --------|-------- SLP_EVENT | AON GPIO

Return values
Stateof bit (1 or 0).

Definition at line 1487 of file ll_aon_gpio.h.

References AON_CTL.

◆ ll_aon_gpio_read_flag_it()

__STATIC_INLINE uint16_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

Definition at line 1419 of file ll_aon_gpio.h.

References AON_CTL.