Zephyr Project API  3.3.0
A Scalable Open Source RTOS
dsp.h
Go to the documentation of this file.
1/* Copyright (c) 2022 Google LLC
2 * SPDX-License-Identifier: Apache-2.0
3 */
4
11#ifndef INCLUDE_ZEPHYR_DSP_DSP_H_
12#define INCLUDE_ZEPHYR_DSP_DSP_H_
13
14#ifdef CONFIG_DSP_BACKEND_HAS_STATIC
15#define DSP_FUNC_SCOPE static
16#else
17#define DSP_FUNC_SCOPE
18#endif
19
25#include <zephyr/dsp/types.h>
26
28
29#include "zdsp_backend.h"
30
31#endif /* INCLUDE_ZEPHYR_DSP_DSP_H_ */
Public APIs for DSP basicmath.