FLAG_Management
+ Collaboration diagram for FLAG_Management:

Functions

__STATIC_INLINE uint32_t ll_wdt_is_active_flag_it (wdt_regs_t *WDTx)
 Indicate if the WDT Interrupt Flag is set or not. More...
 
__STATIC_INLINE void ll_wdt_clear_flag_it (wdt_regs_t *WDTx)
 Clear Interrupt Status flag. More...
 

Detailed Description

Function Documentation

◆ ll_wdt_clear_flag_it()

__STATIC_INLINE void ll_wdt_clear_flag_it ( wdt_regs_t *  WDTx)

Clear Interrupt Status flag.

\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | INTCLR | INTCLR | +-------------------—+--------------------------------—+ \endrst

Parameters
WDTxWDT instance.
Return values
None

Definition at line 394 of file gr55xx_ll_wdt.h.

◆ ll_wdt_is_active_flag_it()

__STATIC_INLINE uint32_t ll_wdt_is_active_flag_it ( wdt_regs_t *  WDTx)

Indicate if the WDT Interrupt Flag is set or not.

Note
This bit is set by hardware when the counter has reached 0. It can be cleared by software by writing any value to the INTCLR Register.

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

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

Definition at line 375 of file gr55xx_ll_wdt.h.