![]() |
TT-System-Firmware APIs 19.10.99
Tenstorrent Firmware
|
#include <zephyr/kernel.h>#include <zephyr/drivers/watchdog.h>#include <zephyr/logging/log.h>#include "cm2dm_msg.h"
Data Structures | |
| struct | wdt_tt_bh_data |
Macros | |
| #define | DT_DRV_COMPAT tenstorrent_bh_watchdog |
| #define | WDT_TT_BH_DRIVER_INIT(inst) |
Functions | |
| LOG_MODULE_REGISTER (wdt_tt_bh, CONFIG_WDT_LOG_LEVEL) | |
| static int | wdt_tt_bh_disable (const struct device *dev) |
| static int | wdt_tt_bh_setup (const struct device *dev, uint8_t options) |
| static int | wdt_tt_bh_install_timeout (const struct device *dev, const struct wdt_timeout_cfg *cfg) |
| static int | wdt_tt_bh_feed (const struct device *dev, int channel_id) |
| static | DEVICE_API (wdt, wdt_tt_bh_api) |
| static int | wdt_tt_bh_init (const struct device *dev) |
| #define DT_DRV_COMPAT tenstorrent_bh_watchdog |
| #define WDT_TT_BH_DRIVER_INIT | ( | inst | ) |
|
static |
| LOG_MODULE_REGISTER | ( | wdt_tt_bh | , |
| CONFIG_WDT_LOG_LEVEL | ) |
|
static |
|
static |
|
static |
|
static |