snRuntime/api/cls_decls.h
Classes
Name | |
---|---|
struct | cls_t |
Functions
Name | |
---|---|
cls_t * | cls() |
Functions Documentation
function cls
inline cls_t * cls()
Source code
// Copyright 2023 ETH Zurich and University of Bologna.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
typedef struct {
uint32_t hw_barrier;
snrt_allocator_t l1_allocator;
} cls_t;
inline cls_t* cls();
Updated on 2023-06-19 at 09:43:56 +0000