arch_avr_wdt.h Source File
|
yasimavr
|
Loading...
Searching...
No Matches
arch_avr_wdt.h
Go to the documentation of this file.
Definition sim_cycle_timer.h:85
virtual bool interrupt_ack_handler(int_vect_t vector)=0
virtual bool ctlreq(ctlreq_id_t req, ctlreq_data_t *data)
Definition sim_peripheral.cpp:79
virtual void ioreg_write_handler(reg_addr_t addr, const ioreg_write_t &data) override
Definition sim_peripheral.cpp:117
bit spec structure. Represent a field in a I/O register. It works the same as bitmask_t except used b...
Definition sim_types.h:287
Definition sim_types.h:431
regbit_compound_t rbc_delay
Regbit the delay select.
Definition arch_avr_wdt.h:45
reg_addr_t reg_wdt
WDT configuration register address.
Definition arch_avr_wdt.h:43
unsigned long clock_frequency
Clock frequency used by the watchdog timer.
Definition arch_avr_wdt.h:41
bitspec_t bs_int_flag
Bitspec for the Interrupt Flag bit.
Definition arch_avr_wdt.h:53
bitspec_t bs_int_enable
Bitspec for the Interrupt Enable bit.
Definition arch_avr_wdt.h:51
bitspec_t bs_reset_enable
Bitspec for the Reset Enable bit.
Definition arch_avr_wdt.h:49
bitspec_t bs_chg_enable
Bitspec for the Change Enable bit.
Definition arch_avr_wdt.h:47
regbit_t rb_reset_flag
Regbit for the reset flag.
Definition arch_avr_wdt.h:55
Definition sim_peripheral.h:237
Definition sim_ioreg.h:39
Generated by