AVRCpp::Internal::Register8< Derived > Struct Template Reference

#include <IO.h>

List of all members.

Public Types

typedef uint8_t Type
typedef reg8_t RegType

Static Public Member Functions

static reg8_t Get ()
static void Set (uint8_t flags)


Detailed Description

template<class Derived>
struct AVRCpp::Internal::Register8< Derived >

Definition at line 112 of file IO.h.


Member Typedef Documentation

template<class Derived>
typedef uint8_t AVRCpp::Internal::Register8< Derived >::Type

Definition at line 114 of file IO.h.

template<class Derived>
typedef reg8_t AVRCpp::Internal::Register8< Derived >::RegType

Definition at line 115 of file IO.h.


Member Function Documentation

template<class Derived>
static reg8_t AVRCpp::Internal::Register8< Derived >::Get (  )  [inline, static]

Definition at line 117 of file IO.h.

00117 { return Derived::GetRegister(); }

template<class Derived>
static void AVRCpp::Internal::Register8< Derived >::Set ( uint8_t  flags  )  [inline, static]

Definition at line 118 of file IO.h.

00118 { Derived::GetRegister() = flags; }


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