TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
Loading...
Searching...
No Matches
tensix_state_msg.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef TENSIX_STATE_MSG_H
8#define TENSIX_STATE_MSG_H
9
10#include <zephyr/zbus/zbus.h>
11
12/* Transmitted on tensix_state_chan whenever the Tensixes are powered on or off. */
14 bool enable;
15};
16
17ZBUS_CHAN_DECLARE(tensix_state_chan);
18
19#endif
Definition tensix_state_msg.h:13
bool enable
Definition tensix_state_msg.h:14
ZBUS_CHAN_DECLARE(tensix_state_chan)