Watchdog Timer driver software instance structure.
Device instance structure for a Watchdog Timer driver instance. This structure should be initialized by the wdt_init() function to associate the instance with a particular hardware module of the device.
#include <wdt_sam4l.h>
Data Fields | |
Wdt * | hw_dev |
Base address of the WDT module. More... | |
struct wdt_config * | wdt_cfg |
Pointer to WDT configuration structure. More... | |
Wdt* wdt_dev_inst::hw_dev |
Base address of the WDT module.
Referenced by wdt_clear(), wdt_clear_interrupt(), wdt_disable(), wdt_disable_interrupt(), wdt_enable(), wdt_enable_interrupt(), wdt_get_interrupt_mask(), wdt_get_interrupt_status(), wdt_get_status(), and wdt_init().
struct wdt_config* wdt_dev_inst::wdt_cfg |
Pointer to WDT configuration structure.
Referenced by wdt_enable(), and wdt_init().