RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


CPU Model Dependent Features Low Power Mode

PREV UP NEXT Bookshelf RTEMS SPARC Applications Supplement

1.2.5: Low Power Mode

The macro SPARC_HAS_LOW_POWER_MODE is set to one to indicate that this CPU model has a low power mode. If low power is enabled, then there must be CPU model specific implementation of the IDLE task in cpukit/score/cpu/sparc/cpu.c. The low power mode IDLE task should be of the form:

while ( TRUE ) {
  enter low power mode
}

The code required to enter low power mode is CPU model specific.


PREV UP NEXT Bookshelf RTEMS SPARC Applications Supplement

Copyright © 1988-2004 OAR Corporation