Microchip® Advanced Software Framework

wdt_dev_inst Struct Reference

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_configwdt_cfg
 Pointer to WDT configuration structure. More...
 

struct wdt_config* wdt_dev_inst::wdt_cfg

Pointer to WDT configuration structure.

Referenced by wdt_enable(), and wdt_init().