POWER MODE/de
From MCS Wiki AVR
< POWER MODE
Revision as of 23:26, 28 February 2013 by Stefanhamburg (Talk | contribs)
Contents |
Funktion
Versetzt den Mikrocontroller in einen der unterstützten Stromspar-Modi.
Syntax
POWER mode
Remarks
The mode depends on the micro processor.
Some valid options are :
- IDLE
- POWERDOWN
- STANDBY
- ADCNOISE
- POWERSAVE
So for standby you would use : POWER STANDBY
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.
POWER has nothing to do with the POWER() function.
THIS STATEMENT IS NOT RECOMMENDED. Please use CONFIG POWERMODE instead.
See also
Example
POWER IDLE
Languages | English • Deutsch |
---|