Functions | |
__STATIC_INLINE void | ll_aon_gpio_enable_falling_trigger (uint32_t pin_mask) |
Enable AON_GPIO Falling Edge Trigger of specified AON_GPIO pins. More... | |
__STATIC_INLINE uint32_t | ll_aon_gpio_is_enabled_falling_trigger (uint32_t pin_mask) |
Check if falling edge trigger is enabled of specified AON_GPIO pins. More... | |
__STATIC_INLINE void | ll_aon_gpio_enable_rising_trigger (uint32_t pin_mask) |
Enable AON_GPIO Rising Edge Trigger of specified AON_GPIO pins. More... | |
__STATIC_INLINE uint32_t | ll_aon_gpio_is_enabled_rising_trigger (uint32_t pin_mask) |
Check if rising edge trigger is enabled of specified AON_GPIO pins. More... | |
__STATIC_INLINE void | ll_aon_gpio_enable_high_trigger (uint32_t pin_mask) |
Enable AON_GPIO High Level Trigger of specified AON_GPIO pins. More... | |
__STATIC_INLINE uint32_t | ll_aon_gpio_is_enabled_high_trigger (uint32_t pin_mask) |
Check if high level trigger is enabled of specified AON_GPIO pins. More... | |
__STATIC_INLINE void | ll_aon_gpio_enable_low_trigger (uint32_t pin_mask) |
Enable AON_GPIO Low Level Trigger of specified AON_GPIO pins. More... | |
__STATIC_INLINE uint32_t | ll_aon_gpio_is_enabled_low_trigger (uint32_t pin_mask) |
Check if low level trigger is enabled of specified AON_GPIO pins. More... | |
__STATIC_INLINE void | ll_aon_gpio_enable_both_trigger (uint32_t pin_mask) |
Enable AON_GPIO Low Level Trigger of specified AON_GPIO pins. More... | |
__STATIC_INLINE uint32_t | ll_aon_gpio_is_enabled_both_trigger (uint32_t pin_mask) |
Check if low level trigger is enabled of specified AON_GPIO pins. More... | |
__STATIC_INLINE void | ll_aon_gpio_enable_it (uint32_t pin_mask) |
Enable AON_GPIO interrupts of specified AON_GPIO pins. More... | |
__STATIC_INLINE void | ll_aon_gpio_disable_it (uint32_t pin_mask) |
Disable AON_GPIO interrupts of specified AON_GPIO pins. More... | |
__STATIC_INLINE uint32_t | ll_aon_gpio_is_enabled_it (uint32_t pin_mask) |
Check if the Interrupt of specified GPIO pins is enabled or disabled. More... | |
__STATIC_INLINE uint32_t | ll_aon_gpio_get_enabled_pin (void) |
Get aon gpio enable pins. More... | |
__STATIC_INLINE uint32_t | ll_aon_gpio_is_enable_wakeup_it (void) |
Check if the AON_GPIO master interrupt is enabled or disabled. More... | |
__STATIC_INLINE void ll_aon_gpio_disable_it | ( | uint32_t | pin_mask | ) |
Disable AON_GPIO interrupts of specified AON_GPIO pins.
Register|BitsName --------|-------- INTENCLR | INTENCLR
pin_mask | This parameter can be a combination of the following values: |
None |
Definition at line 1328 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE void ll_aon_gpio_enable_both_trigger | ( | uint32_t | pin_mask | ) |
Enable AON_GPIO Low Level Trigger of specified AON_GPIO pins.
Register|BitsName --------|-------- INTPOLCLR | INTPOLCLR INTTYPECLR | INTTYPECLR
pin_mask | This parameter can be a combination of the following values: |
None |
Definition at line 1249 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE void ll_aon_gpio_enable_falling_trigger | ( | uint32_t | pin_mask | ) |
Enable AON_GPIO Falling Edge Trigger of specified AON_GPIO pins.
Register|BitsName --------|-------- INTPOLCLR | INTPOLCLR INTTYPESET | INTTYPESET
pin_mask | This parameter can be a combination of the following values: |
None |
Definition at line 1022 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE void ll_aon_gpio_enable_high_trigger | ( | uint32_t | pin_mask | ) |
Enable AON_GPIO High Level Trigger of specified AON_GPIO pins.
Register|BitsName --------|-------- INTPOLSET | INTPOLSET INTTYPECLR | INTTYPECLR
pin_mask | This parameter can be a combination of the following values: |
None |
Definition at line 1139 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE void ll_aon_gpio_enable_it | ( | uint32_t | pin_mask | ) |
Enable AON_GPIO interrupts of specified AON_GPIO pins.
Register|BitsName --------|-------- INTENSET | INTENSET
pin_mask | This parameter can be a combination of the following values: |
None |
Definition at line 1303 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE void ll_aon_gpio_enable_low_trigger | ( | uint32_t | pin_mask | ) |
Enable AON_GPIO Low Level Trigger of specified AON_GPIO pins.
Register|BitsName --------|-------- INTPOLCLR | INTPOLCLR INTTYPECLR | INTTYPECLR
pin_mask | This parameter can be a combination of the following values: |
None |
Definition at line 1194 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE void ll_aon_gpio_enable_rising_trigger | ( | uint32_t | pin_mask | ) |
Enable AON_GPIO Rising Edge Trigger of specified AON_GPIO pins.
Register|BitsName --------|-------- INTPOLSET | INTPOLSET INTTYPESET | INTTYPESET
pin_mask | This parameter can be a combination of the following values: |
None |
Definition at line 1080 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE uint32_t ll_aon_gpio_get_enabled_pin | ( | void | ) |
Get aon gpio enable pins.
Register|BitsName --------|-------- INTENSET | INTENSET
Returned | value can be one of the following values: |
Definition at line 1374 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE uint32_t ll_aon_gpio_is_enable_wakeup_it | ( | void | ) |
Check if the AON_GPIO master interrupt is enabled or disabled.
Register|BitsName --------|-------- AON_MISC | MCU_WAKEUP_CTRL
State | of bit (1 or 0). |
Definition at line 1387 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE uint32_t ll_aon_gpio_is_enabled_both_trigger | ( | uint32_t | pin_mask | ) |
Check if low level trigger is enabled of specified AON_GPIO pins.
Register|BitsName --------|-------- INTPOLCLR | INTPOLCLR INTTYPECLR | INTTYPECLR
pin_mask | This parameter can be a combination of the following values: |
State | of bit (1 or 0) |
Definition at line 1276 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE uint32_t ll_aon_gpio_is_enabled_falling_trigger | ( | uint32_t | pin_mask | ) |
Check if falling edge trigger is enabled of specified AON_GPIO pins.
Register|BitsName --------|-------- INTPOLCLR | INTPOLCLR INTTYPESET | INTTYPESET
pin_mask | This parameter can be a combination of the following values: |
State | of bit (1 or 0) |
Definition at line 1052 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE uint32_t ll_aon_gpio_is_enabled_high_trigger | ( | uint32_t | pin_mask | ) |
Check if high level trigger is enabled of specified AON_GPIO pins.
Register|BitsName --------|-------- INTPOLSET | INTPOLSET INTTYPECLR | INTTYPECLR
pin_mask | This parameter can be a combination of the following values: |
State | of bit (1 or 0). |
Definition at line 1167 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE uint32_t ll_aon_gpio_is_enabled_it | ( | uint32_t | pin_mask | ) |
Check if the Interrupt of specified GPIO pins is enabled or disabled.
Register|BitsName --------|-------- INTENSET | INTENSET
pin_mask | This parameter can be a combination of the following values: |
State | of bit (1 or 0). |
Definition at line 1352 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE uint32_t ll_aon_gpio_is_enabled_low_trigger | ( | uint32_t | pin_mask | ) |
Check if low level trigger is enabled of specified AON_GPIO pins.
Register|BitsName --------|-------- INTPOLCLR | INTPOLCLR INTTYPECLR | INTTYPECLR
pin_mask | This parameter can be a combination of the following values: |
State | of bit (1 or 0). |
Definition at line 1222 of file ll_aon_gpio.h.
References AON_CTL.
__STATIC_INLINE uint32_t ll_aon_gpio_is_enabled_rising_trigger | ( | uint32_t | pin_mask | ) |
Check if rising edge trigger is enabled of specified AON_GPIO pins.
Register|BitsName --------|-------- INTPOLSET | INTPOLSET INTTYPESET | INTTYPESET
pin_mask | This parameter can be a combination of the following values: |
State | of bit (1 or 0). |
Definition at line 1111 of file ll_aon_gpio.h.
References AON_CTL.