Zephyr Project API  3.2.0
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 <zephyr/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.