nRF Connect SDK API 2.8.99
|
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. | |
RAM section power down header.