POWER MODE
From MCS Wiki AVR
Contents |
Action
Put the micro processor in one of the supported power reserving modes.
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 |
---|