Functions

__STATIC_INLINE void ll_gpio_enable_falling_trigger (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Enable GPIO Falling Edge Trigger for pins in the range of 0 to 15. More...
 
__STATIC_INLINE uint32_t ll_gpio_is_enabled_falling_trigger (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Check if falling edge trigger is enabled for pins in the range of 0 to 15. More...
 
__STATIC_INLINE void ll_gpio_enable_rising_trigger (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Enable GPIO Rising Edge Trigger for pins in the range of 0 to 15. More...
 
__STATIC_INLINE uint32_t ll_gpio_is_enabled_rising_trigger (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Check if rising edge trigger is enabled for pins in the range of 0 to 15. More...
 
__STATIC_INLINE void ll_gpio_enable_high_trigger (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Enable GPIO High Level Trigger for pins in the range of 0 to 15. More...
 
__STATIC_INLINE uint32_t ll_gpio_is_enabled_high_trigger (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Check if high level trigger is enabled for pins in the range of 0 to 15. More...
 
__STATIC_INLINE void ll_gpio_enable_low_trigger (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Enable GPIO Low Level Trigger for pins in the range of 0 to 15. More...
 
__STATIC_INLINE uint32_t ll_gpio_is_enabled_low_trigger (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Check if low level trigger is enabled for pins in the range of 0 to 15. More...
 
__STATIC_INLINE void ll_gpio_enable_it (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Enable GPIO interrupts for pins in the range of 0 to 15. More...
 
__STATIC_INLINE void ll_gpio_disable_it (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Disable GPIO interrupts for pins in the range of 0 to 15. More...
 
__STATIC_INLINE uint32_t ll_gpio_is_enabled_it (gpio_regs_t *GPIOx, uint32_t pin_mask)
 Check if the Interrupt of specified GPIO pins is enabled or disabled. More...
 

Detailed Description

Function Documentation

◆ ll_gpio_disable_it()

__STATIC_INLINE void ll_gpio_disable_it ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Disable GPIO interrupts for pins in the range of 0 to 15.

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

◆ ll_gpio_enable_falling_trigger()

__STATIC_INLINE void ll_gpio_enable_falling_trigger ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Enable GPIO Falling Edge Trigger for pins in the range of 0 to 15.

Note
Register BitsName
INTPOLCLR INTPOLCLR
INTTYPESET INTTYPESET
Parameters
GPIOxGPIO instance.
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_gpio_enable_high_trigger()

__STATIC_INLINE void ll_gpio_enable_high_trigger ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Enable GPIO High Level Trigger for pins in the range of 0 to 15.

Note
Register BitsName
INTPOLSET INTPOLSET
INTTYPECLR INTTYPECLR
Parameters
GPIOxGPIO instance.
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_gpio_enable_it()

__STATIC_INLINE void ll_gpio_enable_it ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Enable GPIO interrupts for pins in the range of 0 to 15.

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

◆ ll_gpio_enable_low_trigger()

__STATIC_INLINE void ll_gpio_enable_low_trigger ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Enable GPIO Low Level Trigger for pins in the range of 0 to 15.

Note
Register BitsName
INTPOLCLR INTPOLCLR
INTTYPECLR INTTYPECLR
Parameters
GPIOxGPIO instance.
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_gpio_enable_rising_trigger()

__STATIC_INLINE void ll_gpio_enable_rising_trigger ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Enable GPIO Rising Edge Trigger for pins in the range of 0 to 15.

Note
Register BitsName
INTPOLSET INTPOLSET
INTTYPESET INTTYPESET
Parameters
GPIOxGPIO instance.
pin_maskThis parameter can be a combination of the following values:
Return values
None

◆ ll_gpio_is_enabled_falling_trigger()

__STATIC_INLINE uint32_t ll_gpio_is_enabled_falling_trigger ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Check if falling edge trigger is enabled for pins in the range of 0 to 15.

Note
Register BitsName
INTPOLCLR INTPOLCLR
INTTYPESET INTTYPESET
Parameters
GPIOxGPIO instance.
pin_maskThis parameter can be a combination of the following values:
Return values
Stateof bit (1 or 0).

◆ ll_gpio_is_enabled_high_trigger()

__STATIC_INLINE uint32_t ll_gpio_is_enabled_high_trigger ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Check if high level trigger is enabled for pins in the range of 0 to 15.

Note
Register BitsName
INTPOLSET INTPOLSET
INTTYPECLR INTTYPECLR
Parameters
GPIOxGPIO instance.
pin_maskThis parameter can be a combination of the following values:
Return values
Stateof bit (1 or 0).

◆ ll_gpio_is_enabled_it()

__STATIC_INLINE uint32_t ll_gpio_is_enabled_it ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Check if the Interrupt of specified GPIO pins is enabled or disabled.

Register BitsName
INTENSET INTENSET
Parameters
GPIOxGPIO instance.
pin_maskThis parameter can be a combination of the following values:
Return values
Stateof bit (1 or 0).

◆ ll_gpio_is_enabled_low_trigger()

__STATIC_INLINE uint32_t ll_gpio_is_enabled_low_trigger ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Check if low level trigger is enabled for pins in the range of 0 to 15.

Note
Register BitsName
INTPOLCLR INTPOLCLR
INTTYPECLR INTTYPECLR
Parameters
GPIOxGPIO instance.
pin_maskThis parameter can be a combination of the following values:
Return values
Stateof bit (1 or 0).

◆ ll_gpio_is_enabled_rising_trigger()

__STATIC_INLINE uint32_t ll_gpio_is_enabled_rising_trigger ( gpio_regs_t *  GPIOx,
uint32_t  pin_mask 
)

Check if rising edge trigger is enabled for pins in the range of 0 to 15.

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