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
9typedef enum {
13
14void SwitchClkScheme(ClockingScheme clk_scheme);
15#endif
ClockingScheme
Definition clock_wave.h:9
@ ClockWave
Definition clock_wave.h:11
@ ZeroSkewClk
Definition clock_wave.h:10
void SwitchClkScheme(ClockingScheme clk_scheme)
Definition clock_wave.c:30