DSCWATCHDOG
Structure Definition
typedef struct {
WORD wd1;
BYTE wd2;
BYTE HardwareTriggerEnable;
BYTE EdgeSelection;
BYTE CountEarly ;
BYTE InterruptEnable;
Void (*IntFunc) (void *parameter);
} DSCWATCHDOG;Structure Members
Last updated
Was this helpful?