Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pstate.h File Reference

Go to the source code of this file.

Data Structures

struct  pstate
 CPU performance state (pstate) struct. More...
 

Macros

#define PSTATE_DT_SYM(_node)   _CONCAT(__pstate_, DT_DEP_ORD(_node))
 Synthesize symbol of pstate from devicetree dependency ordinal.
 
#define PSTATE_DT_DEFINE(_node, _config)
 Define all pstate information for the given node identifier.
 
#define PSTATE_DT_GET(_node)   &PSTATE_DT_SYM(_node)
 Get a pstate reference from a devicetree node identifier.