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... | |
| __STATIC_INLINE void ll_aon_gpio_clear_event_flag_it | ( | void | ) |
Clear AON GPIO event interrupt flag.
Register|BitsName --------|-------- SLP_EVENT| AON GPIO
| None |
Definition at line 1501 of file ll_aon_gpio.h.
References AON_CTL.
| __STATIC_INLINE void ll_aon_gpio_clear_flag_it | ( | uint32_t | pin_mask | ) |
Clear Interrupt Status flag of specified AON_GPIO pins.
Register|BitsName --------|-------- INTSTATUS | INTSTATUS
| pin_mask | This parameter can be a combination of the following values: |
| None |
Definition at line 1471 of file ll_aon_gpio.h.
References AON_CTL.
| __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.
Register|BitsName --------|-------- INTSTATUS | INTSTATUS
| pin_mask | This parameter can be a combination of the following values: |
| State | of bit (1 or 0). |
Definition at line 1445 of file ll_aon_gpio.h.
References AON_CTL.
| __STATIC_INLINE uint16_t ll_aon_gpio_read_event_flag_it | ( | void | ) |
Indicate if the AON GPIO event flag is set or not.
Register|BitsName --------|-------- SLP_EVENT | AON GPIO
| State | of bit (1 or 0). |
Definition at line 1487 of file ll_aon_gpio.h.
References AON_CTL.
| __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.
Register|BitsName --------|-------- INTSTATUS | INTSTATUS
| pin_mask | This parameter can be a combination of the following values: |
| Interrupt | flag 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.