SimAVR
AVR Simulator
avr_watchdog_t Struct Reference

#include <avr_watchdog.h>

Collaboration diagram for avr_watchdog_t:

Data Fields

avr_io_t io
 
avr_regbit_t wdrf
 watchdog reset flag (in MCU Status Register) More...
 
avr_regbit_t wdce
 watchdog change enable More...
 
avr_regbit_t wde
 watchdog enabled More...
 
avr_regbit_t wdp [4]
 watchdog Timer Prescaler More...
 
avr_int_vector_t watchdog
 watchdog interrupt More...
 
avr_cycle_count_t cycle_count
 
struct {
   uint8_t   wdrf
 saved watchdog reset flag More...
 
   avr_run_t   avr_run
 restored during reset More...
 
reset_context
 

Field Documentation

avr_run_t avr_run

restored during reset

avr_cycle_count_t cycle_count
struct { ... } reset_context
avr_int_vector_t watchdog

watchdog interrupt

watchdog change enable

watchdog enabled

avr_regbit_t wdp[4]

watchdog Timer Prescaler

watchdog reset flag (in MCU Status Register)

uint8_t wdrf

saved watchdog reset flag


The documentation for this struct was generated from the following file: