TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
debug_trace.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 DEBUG_TRACE_H
7#define DEBUG_TRACE_H
8
9#include <stdint.h>
10
11typedef enum {
15
16void DebugTraceInit(TraceBufferMode trace_buffer_mode, uint32_t trace_buffer_addr,
17 uint32_t trace_buffer_size);
18#endif
void DebugTraceInit(TraceBufferMode trace_buffer_mode, uint32_t trace_buffer_addr, uint32_t trace_buffer_size)
Definition debug_trace.c:91
TraceBufferMode
Definition debug_trace.h:11
@ RollOver
Definition debug_trace.h:13
@ StopOnFull
Definition debug_trace.h:12
__UINT32_TYPE__ uint32_t