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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | INTCLR | INTCLR | +———————-+———————————–+ \endrst
WDTx | WDT instance. |
None |
Definition at line 394 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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MIS | INTSTAT | +———————-+———————————–+ \endrst
WDTx | WDT instance. |
State | of bit (1 or 0). |
Definition at line 375 of file gr55xx_ll_wdt.h.