![]() |
TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
|
#include <zephyr/sys/util.h>#include <zephyr/device.h>#include <zephyr/devicetree.h>#include <zephyr/drivers/misc/bh_efuse.h>#include <zephyr/logging/log.h>#include "functional_efuse.h"
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 |
| LOG_MODULE_REGISTER | ( | functional_efuse | , |
| CONFIG_TT_APP_LOG_LEVEL | ) |
|
static |