#include <wdt4.h>
Definition at line 69 of file wdt4.h.
Data Fields | |
unsigned char | cssel |
Clock Source Select. | |
unsigned char | dar |
Disable WDT after reset. | |
unsigned char | fcd |
Flash Calibration Done. | |
unsigned char | mode |
Mode selection for the WDT. | |
unsigned char | sfv |
Store final Value. | |
unsigned long long | us_timeban_period |
Prescaler value for the timeban. | |
unsigned long long | us_timeout_period |
Prescaler value for the timeout. |
unsigned char wdt_opt_t::cssel |
Clock Source Select.
Definition at line 76 of file wdt4.h.
Referenced by wdt_enable(), wdt_get_us_timeban_period(), and wdt_get_us_timeout_period().
unsigned char wdt_opt_t::dar |
unsigned char wdt_opt_t::fcd |
unsigned char wdt_opt_t::mode |
unsigned char wdt_opt_t::sfv |
unsigned long long wdt_opt_t::us_timeban_period |
unsigned long long wdt_opt_t::us_timeout_period |
Prescaler value for the timeout.
Definition at line 72 of file wdt4.h.
Referenced by wdt_enable(), and wdt_scheduler().