ArchAVR_WDTConfig Struct Reference

yasimavr: ArchAVR_WDTConfig Struct Reference
yasimavr
Loading...
Searching...
No Matches
ArchAVR_WDTConfig Struct Reference

Configuration structure for ArchAVR_WDT. More...

#include <arch_avr_wdt.h>

Public Attributes

unsigned long clock_frequency
 Clock frequency used by the watchdog timer.
 
reg_addr_t reg_wdt
 WDT configuration register address.
 
regbit_compound_t rbc_delay
 Regbit the delay select.
 
bitspec_t bs_chg_enable
 Bitspec for the Change Enable bit.
 
bitspec_t bs_reset_enable
 Bitspec for the Reset Enable bit.
 
bitspec_t bs_int_enable
 Bitspec for the Interrupt Enable bit.
 
bitspec_t bs_int_flag
 Bitspec for the Interrupt Flag bit.
 
regbit_t rb_reset_flag
 Regbit for the reset flag.
 
int_vect_t iv_wdt
 Interrupt vector index.
 

Detailed Description

Configuration structure for ArchAVR_WDT.

Member Data Documentation

◆ bs_chg_enable

bitspec_t ArchAVR_WDTConfig::bs_chg_enable

Bitspec for the Change Enable bit.

◆ bs_int_enable

bitspec_t ArchAVR_WDTConfig::bs_int_enable

Bitspec for the Interrupt Enable bit.

◆ bs_int_flag

bitspec_t ArchAVR_WDTConfig::bs_int_flag

Bitspec for the Interrupt Flag bit.

◆ bs_reset_enable

bitspec_t ArchAVR_WDTConfig::bs_reset_enable

Bitspec for the Reset Enable bit.

◆ clock_frequency

unsigned long ArchAVR_WDTConfig::clock_frequency

Clock frequency used by the watchdog timer.

◆ iv_wdt

int_vect_t ArchAVR_WDTConfig::iv_wdt

Interrupt vector index.

◆ rb_reset_flag

regbit_t ArchAVR_WDTConfig::rb_reset_flag

Regbit for the reset flag.

◆ rbc_delay

regbit_compound_t ArchAVR_WDTConfig::rbc_delay

Regbit the delay select.

◆ reg_wdt

reg_addr_t ArchAVR_WDTConfig::reg_wdt

WDT configuration register address.


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