AVRCpp::Pin7< PortClass > Struct Template Reference

#include <IO.h>

Inherits AVRCpp::Pins< PortClass, 0x80 >.

List of all members.

Public Types

typedef InputPins< PortClass,
flags > 
Input
typedef OutputPins< PortClass,
flags > 
Output

Static Public Member Functions

static bool IsOutput ()
static bool IsInput ()
static bool IsPulledUpInput ()
static bool IsTriStateInput ()


Detailed Description

template<class PortClass>
struct AVRCpp::Pin7< PortClass >

Definition at line 335 of file IO.h.


Member Typedef Documentation

typedef InputPins<PortClass , flags> AVRCpp::Pins< PortClass , flags >::Input [inherited]

Definition at line 203 of file IO.h.

typedef OutputPins<PortClass , flags> AVRCpp::Pins< PortClass , flags >::Output [inherited]

Definition at line 204 of file IO.h.


Member Function Documentation

static bool AVRCpp::Pins< PortClass , flags >::IsOutput (  )  [inline, static, inherited]

Definition at line 206 of file IO.h.

00206 { return PortClass::IsOutput(flags); }

static bool AVRCpp::Pins< PortClass , flags >::IsInput (  )  [inline, static, inherited]

Definition at line 207 of file IO.h.

00207 { return PortClass::IsInput(flags); }

static bool AVRCpp::Pins< PortClass , flags >::IsPulledUpInput (  )  [inline, static, inherited]

Definition at line 208 of file IO.h.

00208 { return PortClass::IsPulledUpInput(flags); }

static bool AVRCpp::Pins< PortClass , flags >::IsTriStateInput (  )  [inline, static, inherited]

Definition at line 209 of file IO.h.

00209 { return PortClass::IsTriStateInput(flags); }


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