TT Zephyr Platforms
18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
dvfs.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Tenstorrent AI ULC
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
#ifndef DVFS_H
7
#define DVFS_H
8
9
#include <
stdbool.h
>
10
11
extern
bool
dvfs_enabled
;
12
13
void
InitDVFS
(
void
);
14
void
StartDVFSTimer
(
void
);
15
void
DVFSChange
(
void
);
16
17
#endif
dvfs_enabled
bool dvfs_enabled
Definition
dvfs.c:13
StartDVFSTimer
void StartDVFSTimer(void)
Definition
dvfs.c:53
DVFSChange
void DVFSChange(void)
Definition
dvfs.c:15
InitDVFS
void InitDVFS(void)
Definition
dvfs.c:44
stdbool.h
lib
tenstorrent
bh_arc
dvfs.h
Generated by
1.14.0