Zephyr API Documentation 4.4.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
12
13#ifndef ZEPHYR_SUBSYS_CPU_FREQ_H_
14#define ZEPHYR_SUBSYS_CPU_FREQ_H_
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20#include <zephyr/types.h>
22
31
49int cpu_freq_pstate_set(const struct pstate *state);
50
54
55#ifdef __cplusplus
56}
57#endif
58
59#endif /* ZEPHYR_SUBSYS_CPU_FREQ_H_ */
int cpu_freq_pstate_set(const struct pstate *state)
Request processor set the given performance state.
state
Definition parser_state.h:29
Header file for CPU frequency scaling performance state (P-state).
CPU performance state (pstate) struct.
Definition pstate.h:64