Collaboration diagram for FLAG_Management: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).
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTSTAT | INTSTAT | +-------------------—+--------------------------------—+ \endrst
| TIMERx | Timer instance |
| None |
Definition at line 373 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).
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTSTAT | INTSTAT | +-------------------—+--------------------------------—+ \endrst
| TIMERx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 392 of file gr55xx_ll_tim.h.