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. */
13
struct
tensix_state_msg
{
14
bool
enable
;
15
};
16
17
ZBUS_CHAN_DECLARE
(tensix_state_chan);
18
19
#endif
tensix_state_msg
Definition
tensix_state_msg.h:13
tensix_state_msg::enable
bool enable
Definition
tensix_state_msg.h:14
ZBUS_CHAN_DECLARE
ZBUS_CHAN_DECLARE(tensix_state_chan)
zbus.h
lib
tenstorrent
bh_arc
tensix_state_msg.h
Generated by
1.14.0