TT Zephyr Platforms
18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
clock_wave.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 CLOCK_WAVE_H
7
#define CLOCK_WAVE_H
8
9
typedef
enum
{
10
ZeroSkewClk
= 0,
11
ClockWave
= 1,
12
}
ClockingScheme
;
13
14
void
SwitchClkScheme
(
ClockingScheme
clk_scheme);
15
#endif
ClockingScheme
ClockingScheme
Definition
clock_wave.h:9
ClockWave
@ ClockWave
Definition
clock_wave.h:11
ZeroSkewClk
@ ZeroSkewClk
Definition
clock_wave.h:10
SwitchClkScheme
void SwitchClkScheme(ClockingScheme clk_scheme)
Definition
clock_wave.c:30
lib
tenstorrent
bh_arc
clock_wave.h
Generated by
1.14.0