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_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...
 

Detailed Description

Function Documentation

◆ ll_aon_gpio_disable_it()

__STATIC_INLINE void ll_aon_gpio_disable_it ( uint32_t  pin_mask)

Disable AON_GPIO interrupts of specified AON_GPIO pins.

Note
Interrupt Trigger can be used to specify the interrupt trigger type
Register BitsName
INTENCLR INTENCLR
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_aon_gpio_enable_falling_trigger()

__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
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_aon_gpio_enable_high_trigger()

__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
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_aon_gpio_enable_it()

__STATIC_INLINE void ll_aon_gpio_enable_it ( uint32_t  pin_mask)

Enable AON_GPIO interrupts of specified AON_GPIO pins.

Note
Interrupt Trigger can be used to specify the interrupt trigger type
Register BitsName
INTENSET INTENSET
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_aon_gpio_enable_low_trigger()

__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
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_aon_gpio_enable_rising_trigger()

__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
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_aon_gpio_is_enabled_falling_trigger()

__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
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
Stateof bit (1 or 0).

◆ ll_aon_gpio_is_enabled_high_trigger()

__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
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
Stateof bit (1 or 0).

◆ ll_aon_gpio_is_enabled_it()

__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
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
Stateof bit (1 or 0).

◆ ll_aon_gpio_is_enabled_low_trigger()

__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
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
Stateof bit (1 or 0).

◆ ll_aon_gpio_is_enabled_rising_trigger()

__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.

Note
Please check each device line mapping for AON_GPIO Line availability
Register BitsName
INTPOLSET INTPOLSET
INTTYPESET INTTYPESET
Parameters
pin_maskThis parameter can be a combination of the following values:
Return values
Stateof bit (1 or 0).