Functions | |
__STATIC_INLINE void | ll_timer_clear_flag_it (timer_regs_t *TIMERx) |
Clear the interrupt flag (INTSTAT). More... | |
__STATIC_INLINE uint32_t | ll_timer_is_active_flag_it (timer_regs_t *TIMERx) |
Indicate whether interrupt flag (INTSTAT) is set (interrupt is pending). More... | |
__STATIC_INLINE void ll_timer_clear_flag_it | ( | timer_regs_t * | TIMERx | ) |
Clear the interrupt flag (INTSTAT).
Register|BitsName --------|-------- INTSTAT | INTSTAT
TIMERx | Timer instance |
None |
Definition at line 329 of file gr55xx_ll_tim.h.
__STATIC_INLINE uint32_t ll_timer_is_active_flag_it | ( | timer_regs_t * | TIMERx | ) |
Indicate whether interrupt flag (INTSTAT) is set (interrupt is pending).
Register|BitsName --------|-------- INTSTAT | INTSTAT
TIMERx | Timer instance |
State | of bit (1 or 0). |
Definition at line 344 of file gr55xx_ll_tim.h.