nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
ram_pwrdn.h File Reference

RAM section power down header. More...

Go to the source code of this file.

Functions

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.
 
void power_down_unused_ram (void)
 Request powering down unused RAM sections.
 
void power_up_unused_ram (void)
 Request powering up unused RAM sections.
 

Detailed Description

RAM section power down header.