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... | |
__STATIC_INLINE void ll_wdt_clear_flag_it | ( | wdt_regs_t * | WDTx | ) |
Clear Interrupt Status flag.
Register|BitsName --------|-------- INTCLR| INTCLR
WDTx | WDT instance. |
None |
Definition at line 338 of file gr55xx_ll_wdt.h.
__STATIC_INLINE uint32_t ll_wdt_is_active_flag_it | ( | wdt_regs_t * | WDTx | ) |
Indicate if the WDT Interrupt Flag is set or not.
Register|BitsName --------|-------- MIS | INTSTAT
WDTx | WDT instance. |
State | of bit (1 or 0). |
Definition at line 323 of file gr55xx_ll_wdt.h.