AVRCpp::Assembler Namespace Reference

To insert machine code explicitly into the program. More...


Functions

void CLI ()
void SEI ()
void NOP ()
void WDR ()
void SLEEP ()


Detailed Description

To insert machine code explicitly into the program.

Function Documentation

void AVRCpp::Assembler::CLI (  )  [inline]

Definition at line 46 of file Assembler.h.

00046 { __asm__ __volatile__ ("cli"); }

void AVRCpp::Assembler::NOP (  )  [inline]

Definition at line 48 of file Assembler.h.

00048 { __asm__ __volatile__ ("nop"); }

void AVRCpp::Assembler::SEI (  )  [inline]

Definition at line 47 of file Assembler.h.

00047 { __asm__ __volatile__ ("sei"); }

void AVRCpp::Assembler::SLEEP (  )  [inline]

Definition at line 50 of file Assembler.h.

00050 { __asm__ __volatile__ ("sleep"); }

void AVRCpp::Assembler::WDR (  )  [inline]

Definition at line 49 of file Assembler.h.

00049 { __asm__ __volatile__ ("wdr"); }


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