AVRCpp::USART::USART1::TransferCompleteInterrupt Struct Reference

#include <USART.h>

Inherits AVRCpp::BasicInterrupt< Bits< _UCSR1B, 0x40 > >.

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 Enable ()
static void Disable ()
static bool IsEnabled ()


Detailed Description

Definition at line 103 of file USART.h.


Member Function Documentation

static void AVRCpp::USART::USART1::TransferCompleteInterrupt::Evoke (  )  [static]

template<class DelegateType>
static DelegateType& AVRCpp::USART::USART1::TransferCompleteInterrupt::Me (  )  [inline, static]

template<class ControllerType>
static ControllerType& AVRCpp::USART::USART1::TransferCompleteInterrupt::Controller (  )  [inline, static]

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

Definition at line 239 of file IO.h.

00239 { EnableBit::Set(); }

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

Definition at line 240 of file IO.h.

00240 { EnableBit::Clear(); }

static bool AVRCpp::BasicInterrupt< Bits< _UCSR1B, 0x40 > >::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:40:27 2007 for AVR C++ Lib for ATmega128 by  doxygen 1.5.2
SourceForge.net Logo MTÜ TTÜ Robotiklubi