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

Detailed Description

Function Documentation

◆ ll_timer_clear_flag_it()

__STATIC_INLINE void ll_timer_clear_flag_it ( timer_regs_t *  TIMERx)

Clear the interrupt flag (INTSTAT).

\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | INTSTAT | INTSTAT | +———————-+———————————–+ \endrst

Parameters
TIMERxTimer instance
Return values
None

Definition at line 373 of file gr55xx_ll_tim.h.

◆ ll_timer_is_active_flag_it()

__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

Parameters
TIMERxTimer instance
Return values
Stateof bit (1 or 0).

Definition at line 392 of file gr55xx_ll_tim.h.