|
TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | VoltageArbiter |
Enumerations | |
| enum | VoltageRequestor { VoltageReqAiclk , VoltageReqL2CPU , VoltageReqCount } |
Functions | |
| void | VoltageChange (void) |
| void | VoltageArbRequest (VoltageRequestor req, uint32_t voltage) |
| void | CalculateTargVoltage (void) |
| int | InitVoltagePPM (void) |
| uint8_t | ForceVdd (uint32_t voltage) |
Variables | |
| VoltageArbiter | voltage_arbiter |
| enum VoltageRequestor |
| void CalculateTargVoltage | ( | void | ) |
| int InitVoltagePPM | ( | void | ) |
| void VoltageArbRequest | ( | VoltageRequestor | req, |
| uint32_t | voltage ) |
| void VoltageChange | ( | void | ) |
|
extern |