nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
RAM Power Down

Module for powering on and off RAM sections. More...

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

Module for powering on and off RAM sections.