TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
throttler.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 THROTTLER_H
7#define THROTTLER_H
8
9void InitThrottlers(void);
10void CalculateThrottlers(void);
12
13#endif
__INT32_TYPE__ int32_t
__UINT8_TYPE__ uint8_t
int32_t Dm2CmSetBoardPowerLimit(const uint8_t *data, uint8_t size)
Definition throttler.c:208
void InitThrottlers(void)
Definition throttler.c:154
void CalculateThrottlers(void)
Definition throttler.c:190