IDLE/de

(Difference between revisions)
Jump to: navigation, search
m (1 revision)
((**COPIED FROM ENGLISH PAGE**) =)
Line 1: Line 1:
== (**COPIED FROM ENGLISH PAGE**) === <span class="f_Header">Action</span> =
+
= <span class="f_Header">Funktion</span> =
  
Put the processor into the idle mode.
+
Versetzt den Mikrocontroller in IDLE-Mode.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>

Revision as of 02:25, 18 February 2013

Contents

Funktion

Versetzt den Mikrocontroller in IDLE-Mode.

 

 

Syntax

IDLE

 

 

Remarks

In the idle mode, the system clock is removed from the CPU but not from the interrupt logic, the serial port or the timers/counters.

 

The idle mode is terminated either when an interrupt is received(from the watchdog, timers, external level triggered or ADC) or upon system reset through the RESET pin.

 

Most new chips have many options for Power down/Idle. It is advised to consult the data sheet to see if a better mode is available.

 

Notice.jpg
You should use the new CONFIG POWERMODE statement.

 

 

See also

POWERDOWN , POWERSAVE , POWER mode

 

 

Example


IDLE

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