Snitch Runtime
Loading...
Searching...
No Matches
dma_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
9inline void snrt_dma_memset(void *ptr, uint8_t value, uint32_t len);