TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
bh_reset.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Tenstorrent AI ULC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef BH_RESET
7#define BH_RESET
8
9#include <stdbool.h>
10
12
23bool is_cable_fault_mode(void);
24
25#endif /*BH_RESET*/
void bh_soft_reset_all_tensix(void)
Definition reset.c:65
bool is_cable_fault_mode(void)
Check if the system is in cable fault mode.
Definition reset.c:60