inc/power_mode.h File Reference

This graph shows which files directly or indirectly include this file:


Enumerations

enum  ePowerState { PWR_FULL_ON, PWR_ACTIVE, PWR_SLEEP }
 Power mode definition Refer to Table 16-4 in ADSP-BF52x Blackfin Processor Hardware Reference for details. More...

Functions

void powerMode_change (ePowerState new_mode)
 Change power mode of the core according to new_mode.

Enumeration Type Documentation

enum ePowerState

Power mode definition Refer to Table 16-4 in ADSP-BF52x Blackfin Processor Hardware Reference for details.

Enumerator:
PWR_FULL_ON 
PWR_ACTIVE 
PWR_SLEEP 


Function Documentation

void powerMode_change ( ePowerState  new_mode  ) 

Change power mode of the core according to new_mode.

Pre-conditions:

Post condtions:

Parameters:

Parameters:
new_mode PWR_FULL_ON, // run at full frequency (e.g. 600MHz) PWR_ACTIVE, // bypass and run core at system feq (e.g. 100MHz) PWR_SLEEP // stop core clock (but wake up on int or wakeup)
Returns:
void


Generated on 3 Mar 2014 for PAL bare-c Library by  doxygen 1.4.7