Zephyr API Documentation
4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
cpu_freq.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 Analog Devices, Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_SUBSYS_CPU_FREQ_H_
8
#define ZEPHYR_SUBSYS_CPU_FREQ_H_
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
#include <
zephyr/types.h
>
15
#include <
zephyr/cpu_freq/pstate.h
>
16
25
39
int
cpu_freq_pstate_set
(
const
struct
pstate
*
state
);
40
44
45
#ifdef __cplusplus
46
}
47
#endif
48
49
#endif
/* ZEPHYR_SUBSYS_CPU_FREQ_H_ */
cpu_freq_pstate_set
int cpu_freq_pstate_set(const struct pstate *state)
Request processor set the given performance state.
types.h
state
state
Definition
parser_state.h:29
pstate.h
pstate
CPU performance state (pstate) struct.
Definition
pstate.h:58
zephyr
cpu_freq
cpu_freq.h
Generated on
for Zephyr API Documentation by
1.14.0