TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
occp_backend Struct Reference

Open Chiplet Configuration Protocol (OCCP) definitions. More...

#include <occp.h>

Data Fields

int(* send )(const struct occp_backend *backend, const uint8_t *data, size_t length)
int(* receive )(const struct occp_backend *backend, uint8_t *data, size_t length)

Detailed Description

Open Chiplet Configuration Protocol (OCCP) definitions.

Copyright (c) 2026 Tenstorrent AI ULC

SPDX-License-Identifier: Apache-2.0

Field Documentation

◆ receive

int(* occp_backend::receive) (const struct occp_backend *backend, uint8_t *data, size_t length)

◆ send

int(* occp_backend::send) (const struct occp_backend *backend, const uint8_t *data, size_t length)

The documentation for this struct was generated from the following file: