Functions | |
| __STATIC_INLINE void | ll_timer_enable_it (timer_regs_t *TIMERx) |
| Enable timer interrupt. More... | |
| __STATIC_INLINE void | ll_timer_disable_it (timer_regs_t *TIMERx) |
| Disable timer interrput. More... | |
| __STATIC_INLINE uint32_t | ll_timer_is_enabled_it (timer_regs_t *TIMERx) |
| Indicate whether the timer interrput is enabled. More... | |
| __STATIC_INLINE void ll_timer_disable_it | ( | timer_regs_t * | TIMERx | ) |
Disable timer interrput.
| Register | BitsName |
|---|---|
| CTRL | INTEN |
| TIMERx | Timer instance |
| None |
| __STATIC_INLINE void ll_timer_enable_it | ( | timer_regs_t * | TIMERx | ) |
Enable timer interrupt.
| Register | BitsName |
|---|---|
| CTRL | INTEN |
| TIMERx | Timer instance |
| None |
| __STATIC_INLINE uint32_t ll_timer_is_enabled_it | ( | timer_regs_t * | TIMERx | ) |
Indicate whether the timer interrput is enabled.
| Register | BitsName |
|---|---|
| CTRL | INTEN |
| TIMERx | Timer instance |
| State | of bit (1 or 0). |