TT Zephyr Platforms 18.11.99
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, /* normal operation state */
11 A3State = 3, /* no I2C transactions, at safe voltage/frequency */
12} AsicState;
13
14void lock_down_for_reset(void);
17
18#endif
void set_asic_state(AsicState state)
Definition asic_state.c:52
AsicState get_asic_state(void)
Definition asic_state.c:61
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