WDT handle Structure definition. More...
#include <gr55xx_hal_wdt.h>
Public Attributes | |
wdt_regs_t * | p_instance |
Register base address More... | |
wdt_init_t | init |
WDT required parameters More... | |
hal_lock_t | lock |
WDT locking object More... | |
WDT handle Structure definition.
Definition at line 98 of file gr55xx_hal_wdt.h.
wdt_init_t _wdt_handle::init |
WDT required parameters
Definition at line 102 of file gr55xx_hal_wdt.h.
hal_lock_t _wdt_handle::lock |
WDT locking object
Definition at line 104 of file gr55xx_hal_wdt.h.
wdt_regs_t* _wdt_handle::p_instance |
Register base address
Definition at line 100 of file gr55xx_hal_wdt.h.