Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_dsp_platform.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6#ifndef _NRF_DSP_PLATFORM_H_
7#define _NRF_DSP_PLATFORM_H_
8
10
13
14#include <math.h>
15
16#define __NRF_DSP_STATIC_INLINE __NRF_EDGEAI_STATIC_INLINE
17#define __NRF_DSP_WEAK __NRF_EDGEAI_WEAK
18#define __NRF_DSP_ALIGN __NRF_EDGEAI_ALIGN
19#define __NRF_DSP_ALIGNED __NRF_EDGEAI_ALIGNED
20#define __NRF_DSP_PACKED __NRF_EDGEAI_PACKED
21#define __NRF_DSP_STATIC_FORCEINLINE __NRF_EDGEAI_STATIC_FORCEINLINE
22
23#define NRF_DSP_UNUSED NRF_EDGEAI_UNUSED
24#define NRF_DSP_VOID_VALUE NRF_EDGEAI_VOID_VALUE
25
26#endif /* _NRF_DSP_PLATFORM_H_ */