Functions

__STATIC_INLINE void ll_dual_timer_clear_flag_it (dual_timer_regs_t *DUAL_TIMERx)
 Clear the interrupt flag (INTSTAT). More...
 
__STATIC_INLINE uint32_t ll_dual_timer_is_active_flag_it (dual_timer_regs_t *DUAL_TIMERx)
 Indicate whether interrupt flag (INTSTAT) is set (interrupt is pending). More...
 
__STATIC_INLINE uint32_t ll_dual_timer_get_raw_it_flag (dual_timer_regs_t *DUAL_TIMERx)
 Get Dual_timer raw interrupt flags. More...
 

Detailed Description

Function Documentation

◆ ll_dual_timer_clear_flag_it()

__STATIC_INLINE void ll_dual_timer_clear_flag_it ( dual_timer_regs_t *  DUAL_TIMERx)

Clear the interrupt flag (INTSTAT).

Register BitsName
INTCLR INTCLR
Parameters
DUAL_TIMERxTimer instance
Return values
None

◆ ll_dual_timer_get_raw_it_flag()

__STATIC_INLINE uint32_t ll_dual_timer_get_raw_it_flag ( dual_timer_regs_t *  DUAL_TIMERx)

Get Dual_timer raw interrupt flags.

Register BitsName
RAW_INTSTAT RAW_INTSTAT
Parameters
DUAL_TIMERxTimer instance
Return values
Stateof bit (1 or 0).

◆ ll_dual_timer_is_active_flag_it()

__STATIC_INLINE uint32_t ll_dual_timer_is_active_flag_it ( dual_timer_regs_t *  DUAL_TIMERx)

Indicate whether interrupt flag (INTSTAT) is set (interrupt is pending).

Register BitsName
INTSTAT INTSTAT
Parameters
DUAL_TIMERxTimer instance
Return values
Stateof bit (1 or 0).