avr/cpp/at90usb1287/Timer.h File Reference

#include <avr/cpp/Timer.h>

Go to the source code of this file.

Namespaces

namespace  AVRCpp
namespace  AVRCpp::Timer

Classes

struct  AVRCpp::Timer::TimerCounter0
struct  AVRCpp::Timer::TimerCounter0::CompareMatchAInterrupt
struct  AVRCpp::Timer::TimerCounter0::CompareMatchBInterrupt
struct  AVRCpp::Timer::TimerCounter0::OverflowInterrupt
struct  AVRCpp::Timer::TimerCounter1
struct  AVRCpp::Timer::TimerCounter1::CompareMatchAInterrupt
struct  AVRCpp::Timer::TimerCounter1::CompareMatchBInterrupt
struct  AVRCpp::Timer::TimerCounter1::CompareMatchCInterrupt
struct  AVRCpp::Timer::TimerCounter1::OverflowInterrupt
struct  AVRCpp::Timer::TimerCounter1::InputCaptureInterrupt
struct  AVRCpp::Timer::TimerCounter2
struct  AVRCpp::Timer::TimerCounter2::CompareMatchAInterrupt
struct  AVRCpp::Timer::TimerCounter2::CompareMatchBInterrupt
struct  AVRCpp::Timer::TimerCounter2::OverflowInterrupt
struct  AVRCpp::Timer::TimerCounter3
struct  AVRCpp::Timer::TimerCounter3::CompareMatchAInterrupt
struct  AVRCpp::Timer::TimerCounter3::CompareMatchBInterrupt
struct  AVRCpp::Timer::TimerCounter3::CompareMatchCInterrupt
struct  AVRCpp::Timer::TimerCounter3::OverflowInterrupt
struct  AVRCpp::Timer::TimerCounter3::InputCaptureInterrupt

Defines

#define __AVR_CPP_XXX_TIMER_H__   "at90usb1287/Timer.h"
#define TIMER0_COMPA_ns   Timer
#define TIMER0_COMPB_ns   Timer
#define TIMER0_OVF_ns   Timer
#define TIMER1_COMPA_ns   Timer
#define TIMER1_COMPB_ns   Timer
#define TIMER1_COMPC_ns   Timer
#define TIMER1_OVF_ns   Timer
#define TIMER1_CAPT_ns   Timer
#define TIMER2_COMPA_ns   Timer
#define TIMER2_COMPB_ns   Timer
#define TIMER2_OVF_ns   Timer
#define TIMER3_COMPA_ns   Timer
#define TIMER3_COMPB_ns   Timer
#define TIMER3_COMPC_ns   Timer
#define TIMER3_OVF_ns   Timer
#define TIMER3_CAPT_ns   Timer
#define TIMER0_COMPA_struct   Timer::TimerCounter0::CompareMatchAInterrupt
#define TIMER0_COMPB_struct   Timer::TimerCounter0::CompareMatchBInterrupt
#define TIMER0_OVF_struct   Timer::TimerCounter0::OverflowInterrupt
#define TIMER1_COMPA_struct   Timer::TimerCounter1::CompareMatchAInterrupt
#define TIMER1_COMPB_struct   Timer::TimerCounter1::CompareMatchBInterrupt
#define TIMER1_COMPC_struct   Timer::TimerCounter1::CompareMatchCInterrupt
#define TIMER1_OVF_struct   Timer::TimerCounter1::OverflowInterrupt
#define TIMER1_CAPT_struct   Timer::TimerCounter1::InputCaptureInterrupt
#define TIMER2_COMPA_struct   Timer::TimerCounter2::CompareMatchAInterrupt
#define TIMER2_COMPB_struct   Timer::TimerCounter2::CompareMatchBInterrupt
#define TIMER2_OVF_struct   Timer::TimerCounter2::OverflowInterrupt
#define TIMER3_COMPA_struct   Timer::TimerCounter3::CompareMatchAInterrupt
#define TIMER3_COMPB_struct   Timer::TimerCounter3::CompareMatchBInterrupt
#define TIMER3_COMPC_struct   Timer::TimerCounter3::CompareMatchCInterrupt
#define TIMER3_OVF_struct   Timer::TimerCounter3::OverflowInterrupt
#define TIMER3_CAPT_struct   Timer::TimerCounter3::InputCaptureInterrupt

Functions

void AVRCpp::Timer::StartSynchronization ()
void AVRCpp::Timer::EndSynchronization ()
void AVRCpp::Timer::PrescalerReset310 ()
void AVRCpp::Timer::PrescalerReset2 ()


Define Documentation

#define __AVR_CPP_XXX_TIMER_H__   "at90usb1287/Timer.h"

Definition at line 42 of file Timer.h.

#define TIMER0_COMPA_ns   Timer

Definition at line 47 of file Timer.h.

#define TIMER0_COMPA_struct   Timer::TimerCounter0::CompareMatchAInterrupt

Definition at line 67 of file Timer.h.

#define TIMER0_COMPB_ns   Timer

Definition at line 48 of file Timer.h.

#define TIMER0_COMPB_struct   Timer::TimerCounter0::CompareMatchBInterrupt

Definition at line 68 of file Timer.h.

#define TIMER0_OVF_ns   Timer

Definition at line 49 of file Timer.h.

#define TIMER0_OVF_struct   Timer::TimerCounter0::OverflowInterrupt

Definition at line 69 of file Timer.h.

#define TIMER1_CAPT_ns   Timer

Definition at line 55 of file Timer.h.

#define TIMER1_CAPT_struct   Timer::TimerCounter1::InputCaptureInterrupt

Definition at line 75 of file Timer.h.

#define TIMER1_COMPA_ns   Timer

Definition at line 51 of file Timer.h.

#define TIMER1_COMPA_struct   Timer::TimerCounter1::CompareMatchAInterrupt

Definition at line 71 of file Timer.h.

#define TIMER1_COMPB_ns   Timer

Definition at line 52 of file Timer.h.

#define TIMER1_COMPB_struct   Timer::TimerCounter1::CompareMatchBInterrupt

Definition at line 72 of file Timer.h.

#define TIMER1_COMPC_ns   Timer

Definition at line 53 of file Timer.h.

#define TIMER1_COMPC_struct   Timer::TimerCounter1::CompareMatchCInterrupt

Definition at line 73 of file Timer.h.

#define TIMER1_OVF_ns   Timer

Definition at line 54 of file Timer.h.

#define TIMER1_OVF_struct   Timer::TimerCounter1::OverflowInterrupt

Definition at line 74 of file Timer.h.

#define TIMER2_COMPA_ns   Timer

Definition at line 57 of file Timer.h.

#define TIMER2_COMPA_struct   Timer::TimerCounter2::CompareMatchAInterrupt

Definition at line 77 of file Timer.h.

#define TIMER2_COMPB_ns   Timer

Definition at line 58 of file Timer.h.

#define TIMER2_COMPB_struct   Timer::TimerCounter2::CompareMatchBInterrupt

Definition at line 78 of file Timer.h.

#define TIMER2_OVF_ns   Timer

Definition at line 59 of file Timer.h.

#define TIMER2_OVF_struct   Timer::TimerCounter2::OverflowInterrupt

Definition at line 79 of file Timer.h.

#define TIMER3_CAPT_ns   Timer

Definition at line 65 of file Timer.h.

#define TIMER3_CAPT_struct   Timer::TimerCounter3::InputCaptureInterrupt

Definition at line 85 of file Timer.h.

#define TIMER3_COMPA_ns   Timer

Definition at line 61 of file Timer.h.

#define TIMER3_COMPA_struct   Timer::TimerCounter3::CompareMatchAInterrupt

Definition at line 81 of file Timer.h.

#define TIMER3_COMPB_ns   Timer

Definition at line 62 of file Timer.h.

#define TIMER3_COMPB_struct   Timer::TimerCounter3::CompareMatchBInterrupt

Definition at line 82 of file Timer.h.

#define TIMER3_COMPC_ns   Timer

Definition at line 63 of file Timer.h.

#define TIMER3_COMPC_struct   Timer::TimerCounter3::CompareMatchCInterrupt

Definition at line 83 of file Timer.h.

#define TIMER3_OVF_ns   Timer

Definition at line 64 of file Timer.h.

#define TIMER3_OVF_struct   Timer::TimerCounter3::OverflowInterrupt

Definition at line 84 of file Timer.h.


Generated on Sat Sep 15 23:40:06 2007 for AVR C++ Lib for AT90USB1287 by  doxygen 1.5.2
SourceForge.net Logo MTÜ TTÜ Robotiklubi