void power_down_unused_ram(void)
Request powering down unused RAM sections.
void power_up_unused_ram(void)
Request powering up unused RAM sections.
void power_down_ram(uintptr_t start_address, uintptr_t end_address)
Request powering down RAM sections for the given address range.
void power_up_ram(uintptr_t start_address, uintptr_t end_address)
Request powering up RAM sections for the given address range.