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.

Register BitsName
INTCLR INTCLR
Parameters
WDTxWDT instance.
Return values
None

◆ 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.
Register BitsName
MIS INTSTAT
Parameters
WDTxWDT instance.
Return values
Stateof bit (1 or 0).