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 |
| __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). |