AVRDevice class for AT90S4433. More...
#include <at4433.h>
Public Member Functions | |
AvrDevice_at90s4433 () | |
~AvrDevice_at90s4433 () | |
Public Attributes | |
HWPort * | portb |
port B | |
HWPort * | portc |
port C | |
HWPort * | portd |
port D | |
HWAdmux * | admux |
adc multiplexer unit | |
HWAd * | ad |
adc unit | |
HWSpi * | spi |
spi unit | |
HWUart * | uart |
uart unit | |
HWAcomp * | acomp |
HWPrescaler * | prescaler |
prescaler unit for timer | |
TimerIRQRegister * | timer01irq |
timer interrupt unit for timer | |
HWTimer8_0C * | timer0 |
timer 0 unit | |
ICaptureSource * | inputCapture1 |
input capture source for timer1 | |
HWTimer16_1C * | timer1 |
timer 1 unit | |
ExternalIRQHandler * | extirq |
external interrupt support | |
IOSpecialReg * | gimsk_reg |
GIMSK IO register. | |
IOSpecialReg * | gifr_reg |
GIFR IO register. | |
IOSpecialReg * | mcucr_reg |
MCUCR IO register. | |
Private Attributes | |
HWPort * | porty |
AVRDevice class for AT90S4433.
Definition at line 41 of file at4433.h.
AvrDevice_at90s4433::AvrDevice_at90s4433 | ( | ) |
Definition at line 39 of file at4433.cpp.
References acomp, HWAcomp::acsr_reg, ad, admux, HWAdmux::admux_reg, AvrDevice::coreTraceGroup, HWPort::ddr_reg, HWEeprom::eearl_reg, HWEeprom::eecr_reg, HWEeprom::eedr_reg, AvrDevice::eeprom, extirq, AvrDevice::flagJMPInstructions, AvrDevice::flagMOVWInstruction, AvrDevice::flagMULInstructions, TimerIRQRegister::getLine(), AvrDevice::GetPin(), HWPort::GetPin(), gifr_reg, gimsk_reg, HWTimer16::icr_h_reg, HWTimer16::icr_l_reg, inputCapture1, AvrDevice::irqSystem, mcucr_reg, HWTimer16::ocra_h_reg, HWTimer16::ocra_l_reg, HWPort::pin_reg, HWPort::port_reg, portb, portc, portd, porty, prescaler, ExternalIRQHandler::registerIrq(), TimerIRQRegister::registerLine(), AvrDevice::Reset(), AvrDevice::rw, spi, AvrDevice::stack, AvrDevice::statusRegister, HWTimer8_0C::tccr_reg, HWTimer16_1C::tccra_reg, HWTimer16_1C::tccrb_reg, HWTimer16::tcnt_h_reg, HWTimer16::tcnt_l_reg, HWTimer8::tcnt_reg, TimerIRQRegister::tifr_reg, timer0, timer01irq, timer1, TimerIRQRegister::timsk_reg, uart, HWUart::ubrr_reg, HWUart::ubrrhi_reg, HWUart::ucr_reg, HWUart::udr_reg, HWUart::usr_reg, AvrDevice::wado, and HWWado::wdtcr_reg.
AvrDevice_at90s4433::~AvrDevice_at90s4433 | ( | ) |
Definition at line 163 of file at4433.cpp.
References acomp, ad, admux, AvrDevice::eeprom, extirq, gifr_reg, gimsk_reg, inputCapture1, AvrDevice::irqSystem, mcucr_reg, portb, portc, portd, porty, prescaler, spi, AvrDevice::stack, timer0, timer01irq, timer1, uart, and AvrDevice::wado.
Definition at line 54 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
adc unit
Definition at line 51 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
adc multiplexer unit
Definition at line 50 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
external interrupt support
Definition at line 60 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
GIFR IO register.
Definition at line 62 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
GIMSK IO register.
Definition at line 61 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
input capture source for timer1
Definition at line 58 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
MCUCR IO register.
Definition at line 63 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
port B
Definition at line 47 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
port C
Definition at line 48 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
port D
Definition at line 49 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
HWPort* AvrDevice_at90s4433::porty [private] |
Definition at line 44 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
prescaler unit for timer
Definition at line 55 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
spi unit
Definition at line 52 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
timer 0 unit
Definition at line 57 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
timer interrupt unit for timer
Definition at line 56 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
timer 1 unit
Definition at line 59 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().
uart unit
Definition at line 53 of file at4433.h.
Referenced by AvrDevice_at90s4433(), and ~AvrDevice_at90s4433().