TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
dvfs.h File Reference
#include <stdbool.h>
Include dependency graph for dvfs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int StartDVFSTimer (void)
void AdjustDVFSTimer (void)
void DVFSChange (void)
uint8_t dvfs_counter_handler (const union request *request, struct response *response)

Variables

bool dvfs_enabled

Function Documentation

◆ AdjustDVFSTimer()

void AdjustDVFSTimer ( void )

◆ dvfs_counter_handler()

uint8_t dvfs_counter_handler ( const union request * request,
struct response * response )

◆ DVFSChange()

void DVFSChange ( void )

◆ StartDVFSTimer()

int StartDVFSTimer ( void )

Variable Documentation

◆ dvfs_enabled

bool dvfs_enabled
extern