AVRCpp::BasicInterrupt< EnableBit > Struct Template Reference

#include <IO.h>

Inherited by AVRCpp::Interrupt< EnableBit, FlagBit >.

List of all members.

Static Public Member Functions

static void Enable ()
static void Disable ()
static bool IsEnabled ()


Detailed Description

template<class EnableBit>
struct AVRCpp::BasicInterrupt< EnableBit >

Definition at line 237 of file IO.h.


Member Function Documentation

template<class EnableBit>
static void AVRCpp::BasicInterrupt< EnableBit >::Enable (  )  [inline, static]

Definition at line 239 of file IO.h.

00239 { EnableBit::Set(); }

template<class EnableBit>
static void AVRCpp::BasicInterrupt< EnableBit >::Disable (  )  [inline, static]

Definition at line 240 of file IO.h.

00240 { EnableBit::Clear(); }

template<class EnableBit>
static bool AVRCpp::BasicInterrupt< EnableBit >::IsEnabled (  )  [inline, static]

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:06 2007 for AVR C++ Lib for ATmega64 by  doxygen 1.5.2
SourceForge.net Logo MTÜ TTÜ Robotiklubi