POWER MODE/de

From MCS Wiki AVR
< POWER MODE(Difference between revisions)
Jump to: navigation, search
(Created page with "= <span class="f_Header">Action</span> = Put the micro processor in one of the supported power reserving modes. <span style="font-family: Arial;"> </span> <span style=...")
 
(Anmerkungen)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== (**COPIED FROM ENGLISH PAGE**) === <span class="f_Header">Action</span> =
+
= <span class="f_Header">Funktion</span> =
  
Put the micro processor in one of the supported power reserving modes.
+
Versetzt den Mikrocontroller in einen der unterstützten Stromspar-Modi.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
Line 15: Line 15:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">Remarks</span> =
+
= <span class="f_Header">Anmerkungen</span> =
  
The mode depends on the micro processor.
+
Die unterstützen Modi sind je nach Mikrocontroller-Typ unterschiedlich.
  
Some valid options are&nbsp;:
+
Einige gültige Optionen sind:
  
 
- IDLE
 
- IDLE
Line 33: Line 33:
 
&nbsp;
 
&nbsp;
  
So for standby you would use&nbsp;: &nbsp;POWER STANDBY
+
Für Standby würde man also zum Beispiel POWER STANDBY schreiben.
  
It is also possible to use POWERDOWN, IDLE or POWERSAVE. These modes were/are supported by most processors. It is recommended to use the new POWER command because it allows to use more modes.
+
Ebenso sind die Parameter POWERDOWN, IDLE oder POWERSAVE möglich. Diese Modi werden von den meisten Mikrocontroller-Typen unterstützt. Es wird empfohlen, den neuen POWER-Befehl zu benutzen weil durch ihn mehr Stromspar-Modi unterstützt werden.
  
 
&nbsp;
 
&nbsp;
  
POWER has nothing to do with the&nbsp;[[POWER]]() function.
+
POWER hat nichts mit der [[POWER]]() Funktion zu tun.
  
 
&nbsp;
 
&nbsp;
  
[[File:Notice.jpg|left|Notice.jpg]]THIS STATEMENT IS NOT RECOMMENDED. Please use&nbsp;[[CONFIG_POWERMODE|CONFIG POWERMODE]]&nbsp;instead.
+
[[File:Notice.jpg|left|Notice.jpg]]Dieser Befehl wird NICHT EMPFOHLEN. Bitte benutzen Sie [[CONFIG_POWERMODE|CONFIG POWERMODE]]&nbsp;stattdessen.
  
 
&nbsp;
 
&nbsp;
Line 57: Line 57:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">Example</span> =
+
= <span class="f_Header">Beispiel</span> =
  
 
<br/><source lang="bascomavr">
 
<br/><source lang="bascomavr">

Latest revision as of 23:38, 28 February 2013

Contents

Funktion

Versetzt den Mikrocontroller in einen der unterstützten Stromspar-Modi.

 

 

Syntax

POWER mode

 

 

Anmerkungen

Die unterstützen Modi sind je nach Mikrocontroller-Typ unterschiedlich.

Einige gültige Optionen sind:

- IDLE

- POWERDOWN

- STANDBY

- ADCNOISE

- POWERSAVE

 

Für Standby würde man also zum Beispiel POWER STANDBY schreiben.

Ebenso sind die Parameter POWERDOWN, IDLE oder POWERSAVE möglich. Diese Modi werden von den meisten Mikrocontroller-Typen unterstützt. Es wird empfohlen, den neuen POWER-Befehl zu benutzen weil durch ihn mehr Stromspar-Modi unterstützt werden.

 

POWER hat nichts mit der POWER() Funktion zu tun.

 

Notice.jpg
Dieser Befehl wird NICHT EMPFOHLEN. Bitte benutzen Sie CONFIG POWERMODE stattdessen.

 

 

See also

IDLEPOWERDOWN , POWERSAVE

 

 

Beispiel


POWER IDLE

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