TT Zephyr Platforms 18.11.99
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 |