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. |
enum ePowerState |
void powerMode_change | ( | ePowerState | new_mode | ) |
Change power mode of the core according to new_mode.
Pre-conditions:
Post condtions:
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) |