TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
occp_private.h File Reference

Go to the source code of this file.

Data Structures

struct  occp_cmd_header
struct  occp_header
struct  occp_get_version_response
struct  occp_write_data_request
struct  occp_read_data_request
struct  occp_execute_image_request
struct  occp_execute_image_response

Macros

#define OCCP_APP_BASE   0x0
#define OCCP_BASE_MSG_GET_VERSION   0x0
#define OCCP_BASE_MSG_WRITE_DATA   0x2
#define OCCP_BASE_MSG_READ_DATA   0x3
#define OCCP_APP_BOOT   0x1
#define OCCP_BOOT_MSG_EXECUTE_IMAGE   0x1
#define OCCP_MAX_MSG_SIZE   255

Variables

struct occp_cmd_header __packed

Macro Definition Documentation

◆ OCCP_APP_BASE

#define OCCP_APP_BASE   0x0

Copyright (c) 2026 Tenstorrent AI ULC

SPDX-License-Identifier: Apache-2.0

◆ OCCP_APP_BOOT

#define OCCP_APP_BOOT   0x1

◆ OCCP_BASE_MSG_GET_VERSION

#define OCCP_BASE_MSG_GET_VERSION   0x0

◆ OCCP_BASE_MSG_READ_DATA

#define OCCP_BASE_MSG_READ_DATA   0x3

◆ OCCP_BASE_MSG_WRITE_DATA

#define OCCP_BASE_MSG_WRITE_DATA   0x2

◆ OCCP_BOOT_MSG_EXECUTE_IMAGE

#define OCCP_BOOT_MSG_EXECUTE_IMAGE   0x1

◆ OCCP_MAX_MSG_SIZE

#define OCCP_MAX_MSG_SIZE   255

Variable Documentation

◆ __packed

struct occp_execute_image_response __packed