AVRCpp::Timer::TimerCounter0 Struct Reference

#include <Timer.h>

Inherits AVRCpp::Timer::Internal::SimpleTimer< CounterRegister, ClockRegister, ClockEnum >< _TCNT0,_TCCR0,ClockB >.

List of all members.

Public Types

typedef CounterRegister Counter

Static Public Member Functions

static void SelectClock (ClockEnum clock)
static uint8_t GetSelectedClock ()

Classes

struct  OverflowInterrupt


Detailed Description

Definition at line 72 of file Timer.h.


Member Typedef Documentation

template<class CounterRegister, class ClockRegister, class ClockEnum>
typedef CounterRegister AVRCpp::Timer::Internal::SimpleTimer< CounterRegister, ClockRegister, ClockEnum >::Counter [inherited]

Definition at line 231 of file Timer.h.


Member Function Documentation

template<class CounterRegister, class ClockRegister, class ClockEnum>
static void AVRCpp::Timer::Internal::SimpleTimer< CounterRegister, ClockRegister, ClockEnum >::SelectClock ( ClockEnum  clock  )  [inline, static, inherited]

Definition at line 233 of file Timer.h.

00233 { ChangeBits<ClockRegister>(ClockMask, clock); }

template<class CounterRegister, class ClockRegister, class ClockEnum>
static uint8_t AVRCpp::Timer::Internal::SimpleTimer< CounterRegister, ClockRegister, ClockEnum >::GetSelectedClock (  )  [inline, static, inherited]

Definition at line 234 of file Timer.h.

00234 { return SelectBits<ClockRegister>(ClockMask); }


The documentation for this struct was generated from the following file:
Generated on Sat Sep 15 23:41:32 2007 for AVR C++ Lib for ATmega8 by  doxygen 1.5.2
SourceForge.net Logo MTÜ TTÜ Robotiklubi