Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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

#include <zephyr/cpu_freq/pstate.h>

Data Fields

uint8_t load_threshold
 CPU load threshold at which P-state should be triggered.
const void * config
 Vendor specific devicetree properties.

Detailed Description

CPU performance state (pstate) struct.

This struct holds information about a CPU pstate as well as a reference to vendor-specific devicetree properties.

Field Documentation

◆ config

const void* pstate::config

Vendor specific devicetree properties.

◆ load_threshold

uint8_t pstate::load_threshold

CPU load threshold at which P-state should be triggered.


The documentation for this struct was generated from the following file: