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... | |
__STATIC_INLINE void ll_dual_timer_clear_flag_it | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Clear the interrupt flag (INTSTAT).
Register|BitsName --------|-------- INTCLR | INTCLR
DUAL_TIMERx | Timer instance |
None |
Definition at line 540 of file gr55xx_ll_dual_tim.h.
__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
DUAL_TIMERx | Timer instance |
State | of bit (1 or 0). |
Definition at line 570 of file gr55xx_ll_dual_tim.h.
__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
DUAL_TIMERx | Timer instance |
State | of bit (1 or 0). |
Definition at line 555 of file gr55xx_ll_dual_tim.h.