ARM Architecture - Power Modes
A developer wrote this pseudo-code to reduce power but it does not work as expected:
What is the likely error?
if (cpu_idle) {
disable_power_gating();
}What is the likely error?
