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

Register BitsName
INTSTAT INTSTAT
Parameters
TIMERxTimer instance
Return values
None

Definition at line 329 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).

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

Definition at line 344 of file gr55xx_ll_tim.h.