POWERDOWN
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Put processor into power down mode. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span>...")
(Created page with "= <span class="f_Header">Action</span> = Put processor into power down mode. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span>...")
Latest revision as of 23:16, 11 February 2013
Contents |
Action
Put processor into power down mode.
Syntax
POWERDOWN
Remarks
In the power down mode, the external oscillator is stopped. The user can use the WATCHDOG to power up the processor when the watchdog timeout expires. Other possibilities to wake up the processor is to give an external reset or to generate an external level triggered interrupt.
You should use the new CONFIG POWERMODE statement.
See also
IDLE , POWERSAVE , POWER mode
Example
Powerdown
Languages | English • Deutsch |
---|