TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
functional_efuse.c File Reference
Include dependency graph for functional_efuse.c:

Functions

 LOG_MODULE_REGISTER (functional_efuse, CONFIG_TT_APP_LOG_LEVEL)
static uint32_t read_efuse_dword (uint32_t offset)
uint32_t ReadFunctionalEfuse (uint32_t start_bit, uint32_t end_bit)

Variables

static const struct device *const efuse_dev

Function Documentation

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( functional_efuse ,
CONFIG_TT_APP_LOG_LEVEL  )

◆ read_efuse_dword()

uint32_t read_efuse_dword ( uint32_t offset)
static

◆ ReadFunctionalEfuse()

uint32_t ReadFunctionalEfuse ( uint32_t start_bit,
uint32_t end_bit )

Variable Documentation

◆ efuse_dev

const struct device* const efuse_dev
static