Snitch Runtime
Loading...
Searching...
No Matches
sw
snRuntime
api
memory_decls.h
1
// Copyright 2023 ETH Zurich and University of Bologna.
2
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3
// SPDX-License-Identifier: Apache-2.0
4
5
#pragma once
6
7
#include <stdint.h>
8
9
inline
volatile
snitch_cluster_t* snrt_cluster_alias();
10
11
inline
volatile
snitch_cluster_t* snrt_cluster(
int
cluster_idx);
12
13
inline
volatile
snitch_cluster_t* snrt_cluster();
Generated by
1.12.0