#include <Timer.h>
Public Types | |
typedef OutputCompareRegister | OutputCompare |
typedef ChannelOutputPin | ChannelPin |
typedef CounterRegister | Counter |
Static Public Member Functions | |
static void | ForceOutputCompare () |
static void | SetUp (ClockEnum clock, Mode mode, CompareOutputMode compareOutputMode) |
static void | SelectClock (ClockEnumclock) |
static uint8_t | GetSelectedClock () |
Classes | |
struct | CompareMatchInterrupt |
struct | OverflowInterrupt |
Definition at line 131 of file Timer.h.
typedef OutputCompareRegister AVRCpp::Timer::Internal::OneChannel8BitTimer< CounterRegister, OutputCompareRegister, ControlRegister, ClockEnum, ChannelOutputPin >::OutputCompare [inherited] |
typedef ChannelOutputPin AVRCpp::Timer::Internal::OneChannel8BitTimer< CounterRegister, OutputCompareRegister, ControlRegister, ClockEnum, ChannelOutputPin >::ChannelPin [inherited] |
typedef CounterRegister AVRCpp::Timer::Internal::SimpleTimer< CounterRegister , ControlRegister , ClockEnum >::Counter [inherited] |
static void AVRCpp::Timer::Internal::OneChannel8BitTimer< CounterRegister, OutputCompareRegister, ControlRegister, ClockEnum, ChannelOutputPin >::ForceOutputCompare | ( | ) | [inline, static, inherited] |
static void AVRCpp::Timer::Internal::OneChannel8BitTimer< CounterRegister, OutputCompareRegister, ControlRegister, ClockEnum, ChannelOutputPin >::SetUp | ( | ClockEnum | clock, | |
Mode | mode, | |||
CompareOutputMode | compareOutputMode | |||
) | [inline, static, inherited] |
Definition at line 253 of file Timer.h.
00257 { 00258 ControlRegister::Set(compareOutputMode | mode | clock); 00259 00260 } // SetUp
static void AVRCpp::Timer::Internal::SimpleTimer< CounterRegister , ControlRegister , ClockEnum >::SelectClock | ( | ClockEnum | clock | ) | [inline, static, inherited] |
static uint8_t AVRCpp::Timer::Internal::SimpleTimer< CounterRegister , ControlRegister , ClockEnum >::GetSelectedClock | ( | ) | [inline, static, inherited] |
MTÜ TTÜ Robotiklubi |