nRF Connect SDK API 2.8.99
|
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. | |
Module for powering on and off RAM sections.