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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | CTRL | INTEN | +———————-+———————————–+ \endrst
TIMERx | Timer instance |
None |
Definition at line 329 of file gr55xx_ll_tim.h.
__STATIC_INLINE void ll_timer_enable_it | ( | timer_regs_t * | TIMERx | ) |
Enable timer interrupt.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | CTRL | INTEN | +———————-+———————————–+ \endrst
TIMERx | Timer instance |
None |
Definition at line 310 of file gr55xx_ll_tim.h.
__STATIC_INLINE uint32_t ll_timer_is_enabled_it | ( | timer_regs_t * | TIMERx | ) |
Indicate whether the timer interrput is enabled.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | CTRL | INTEN | +———————-+———————————–+ \endrst
TIMERx | Timer instance |
State | of bit (1 or 0). |
Definition at line 348 of file gr55xx_ll_tim.h.