STOP/de

From MCS Wiki AVR
< STOP(Difference between revisions)
Jump to: navigation, search
(Funktion)
(Remarks)
 
Line 25: Line 25:
  
 
| valign="top" width="100%" style="width: 468px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="100%" style="width: 468px; border: 1px solid rgb(0, 0, 0);" |  
TIMER0, TIMER1, COUNTER0 or COUNTER1, WATCHDOG, AC (Analog comparator power) , ADC(A/D converter power) or DAC(D/A converter)
+
TIMER0, TIMER1, COUNTER0 oder COUNTER1, WATCHDOG, AC (Analog comparator power) , ADC(A/D converter power) oder DAC(D/A converter)
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 32: Line 32:
  
 
| valign="top" width="100%" style="width: 468px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="100%" style="width: 468px; border: 1px solid rgb(0, 0, 0);" |  
For the Xmega you can also specify&nbsp;: DACA or DACB for the Digital/Analog Converters A and B.
+
Für den Xmega kann man auch angeben: DACA oder DACB für die Digital/Analog Converter A und B.
  
 
|}
 
|}
Line 38: Line 38:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
The single STOP statement will end your program by generating a never ending loop. When END is used it will have the same effect but in addition it will disable all interrupts.
+
Der alleinstehende STOP Befehl beendet die Programmausführung indem eine Endlosschleife generiert wird. Wenn END benutzt wird hat das denselben Effekt aber zusätzlich werden außerdem alle Interrupts disabled.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
The STOP statement with one of the above parameters will stop the specified device.
+
Der STOP Befehl mit einem der obigen Parameter stoppt das angegebene Device.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
TIMER0 and COUNTER0 are the same device.
+
TIMER0 und COUNTER0 sind das selbe Device.
  
The AC and ADC parameters will switch power off the device to disable it and thus save power.
+
Die AC und ADC Parameter schalten die Devices aus um sie zu disablen und sparen dadurch Strom.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>

Latest revision as of 01:22, 19 February 2013

Contents

Funktion

Stoppt das angegebene Device. Oder beendet die Programmausführung.

 

 

Syntax

STOP device

STOP

 

 

Remarks

Device

TIMER0, TIMER1, COUNTER0 oder COUNTER1, WATCHDOG, AC (Analog comparator power) , ADC(A/D converter power) oder DAC(D/A converter)

XMEGA

Für den Xmega kann man auch angeben: DACA oder DACB für die Digital/Analog Converter A und B.

 

Der alleinstehende STOP Befehl beendet die Programmausführung indem eine Endlosschleife generiert wird. Wenn END benutzt wird hat das denselben Effekt aber zusätzlich werden außerdem alle Interrupts disabled.

 

Der STOP Befehl mit einem der obigen Parameter stoppt das angegebene Device.

 

TIMER0 und COUNTER0 sind das selbe Device.

Die AC und ADC Parameter schalten die Devices aus um sie zu disablen und sparen dadurch Strom.

 

 

Siehe auch

START , END

 

 

Beispiel

Siehe START Beispiel



Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language