AVRCpp::Timer::TimerCounter0::CompareMatchBInterrupt Struct Reference

#include <Timer.h>

Inherits AVRCpp::Interrupt< Bits< _TIMSK0, 0x4 >, Bits< _TIFR0, 0x4 > >.

List of all members.

Static Public Member Functions

static void Evoke ()
template<class DelegateType>
static DelegateType & Me ()
template<class ControllerType>
static ControllerType & Controller ()
static void ClearFlag ()
static bool IsTriggered ()
static void Enable ()
static void Disable ()
static bool IsEnabled ()


Detailed Description

Definition at line 92 of file Timer.h.


Member Function Documentation

static void AVRCpp::Timer::TimerCounter0::CompareMatchBInterrupt::Evoke (  )  [static]

template<class DelegateType>
static DelegateType& AVRCpp::Timer::TimerCounter0::CompareMatchBInterrupt::Me (  )  [inline, static]

template<class ControllerType>
static ControllerType& AVRCpp::Timer::TimerCounter0::CompareMatchBInterrupt::Controller (  )  [inline, static]

static void AVRCpp::Interrupt< Bits< _TIMSK0, 0x4 > , Bits< _TIFR0, 0x4 > >::ClearFlag (  )  [inline, static, inherited]

Definition at line 248 of file IO.h.

00248 { FlagBit::Set(); }

static bool AVRCpp::Interrupt< Bits< _TIMSK0, 0x4 > , Bits< _TIFR0, 0x4 > >::IsTriggered (  )  [inline, static, inherited]

Definition at line 249 of file IO.h.

00249 { return FlagBit::IsSet(); }

static void AVRCpp::BasicInterrupt< Bits< _TIMSK0, 0x4 > >::Enable (  )  [inline, static, inherited]

Definition at line 239 of file IO.h.

00239 { EnableBit::Set(); }

static void AVRCpp::BasicInterrupt< Bits< _TIMSK0, 0x4 > >::Disable (  )  [inline, static, inherited]

Definition at line 240 of file IO.h.

00240 { EnableBit::Clear(); }

static bool AVRCpp::BasicInterrupt< Bits< _TIMSK0, 0x4 > >::IsEnabled (  )  [inline, static, inherited]

Definition at line 241 of file IO.h.

00241 { return EnableBit::IsSet(); }


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