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

#include <IO.h>

List of all members.

Public Types

typedef uint16_t Type
typedef reg16_t RegType

Static Public Member Functions

static reg16_t Get ()
static void Set (uint16_t flags)

Classes

struct  High
struct  Low


Detailed Description

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

Definition at line 122 of file IO.h.


Member Typedef Documentation

template<class Derived>
typedef uint16_t AVRCpp::Internal::Register16< Derived >::Type

Definition at line 124 of file IO.h.

template<class Derived>
typedef reg16_t AVRCpp::Internal::Register16< Derived >::RegType

Definition at line 125 of file IO.h.


Member Function Documentation

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

Definition at line 139 of file IO.h.

00139 { return Derived::GetRegister(); }

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

Definition at line 140 of file IO.h.

00140 { 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