Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pm_cpu_ops.h File Reference

Public API for CPU Power Management. More...

#include <zephyr/types.h>
#include <stddef.h>
#include <zephyr/device.h>

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.
 

Detailed Description

Public API for CPU Power Management.

Macro Definition Documentation

◆ SYS_COLD_RESET

#define SYS_COLD_RESET   1

◆ SYS_WARM_RESET

#define SYS_WARM_RESET   0