Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
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. |
CPU performance state (pstate) struct.
This struct holds information about a CPU pstate as well as a reference to vendor-specific devicetree properties.
const void* pstate::config |
Vendor specific devicetree properties.
uint8_t pstate::load_threshold |
CPU load threshold at which P-state should be triggered.