Zephyr API 3.6.99
|
Public API for CPU Power Management. More...
Go to the source code of this file.
Macros | |
#define | SYS_WARM_RESET 0 |
#define | SYS_COLD_RESET 1 |
Functions | |
int | pm_cpu_off (void) |
Power down the calling core. | |
int | pm_cpu_on (unsigned long cpuid, uintptr_t entry_point) |
Power up a core. | |
int | pm_system_reset (unsigned char reset) |
System reset. | |
Public API for CPU Power Management.
#define SYS_COLD_RESET 1 |
#define SYS_WARM_RESET 0 |