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
11extern "C" {
12#endif
13
14#include <zephyr/types.h>
16
25
39int cpu_freq_pstate_set(const struct pstate *state);
40
44
45#ifdef __cplusplus
46}
47#endif
48
49#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
CPU performance state (pstate) struct.
Definition pstate.h:58