Struct ArchAVR_WDTConfig
Defined in File arch_avr_wdt.h
Struct Documentation
-
struct ArchAVR_WDTConfig
Configuration structure for ArchAVR_WDT.
Public Members
-
unsigned long clock_frequency
Clock frequency used by the watchdog timer.
-
std::vector<unsigned long> delays
List of selectable delays.
-
reg_addr_t reg_wdt
WDT configuration register address.
-
regbit_compound_t rbc_delay
Bitmask for the delay select.
-
int_vect_t iv_wdt
Interrupt vector index.
-
unsigned long clock_frequency