TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
Loading...
Searching...
No Matches
asic_state.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef ASIC_STATE_H
7#define ASIC_STATE_H
8
9typedef enum {
10 A0State = 0,
11 A3State = 3,
12} AsicState;
13
14void lock_down_for_reset(void);
17
18#endif
void set_asic_state(AsicState state)
Definition asic_state.c:58
AsicState get_asic_state(void)
Definition asic_state.c:67
AsicState
Definition asic_state.h:9
@ A3State
Definition asic_state.h:11
@ A0State
Definition asic_state.h:10
void lock_down_for_reset(void)
Definition asic_state.c:34
state