Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
pm_cpu_ops.h File Reference

Public API for CPU Power Management. More...

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

Go to the source code of this file.

Functions

int pm_cpu_off (void)
 Power down the calling core. More...
 
int pm_cpu_on (unsigned long cpuid, uintptr_t entry_point)
 Power up a core. More...
 

Detailed Description

Public API for CPU Power Management.