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).
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTCLR | INTCLR | +-------------------—+--------------------------------—+ \endrst
DUAL_TIMERx | Timer instance |
None |
Definition at line 624 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.
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | RAW_INTSTAT | RAW_INTSTAT | +-------------------—+--------------------------------—+ \endrst
DUAL_TIMERx | Timer instance |
State | of bit (1 or 0). |
Definition at line 662 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).
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTSTAT | INTSTAT | +-------------------—+--------------------------------—+ \endrst
DUAL_TIMERx | Timer instance |
State | of bit (1 or 0). |
Definition at line 643 of file gr55xx_ll_dual_tim.h.