ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
dsps_mem_platform.h
Go to the documentation of this file.
1#ifndef _dsps_mem_platform_H_
2#define _dsps_mem_platform_H_
3
4#include "sdkconfig.h"
5
6#ifdef __XTENSA__
7#include <xtensa/config/core-isa.h>
8#include <xtensa/config/core-matmap.h>
9
10
11#if ((XCHAL_HAVE_FP == 1) && (XCHAL_HAVE_LOOPS == 1))
12
13#if CONFIG_IDF_TARGET_ESP32S3
14#define dsps_mem_aes3_enbled 1
15#else
16#define dsps_mem_aes3_enbled 0
17#endif // CONFIG_IDF_TARGET_ESP32S3
18
19#endif //
20#endif // __XTENSA__
21#endif // _dsps_mem_platform_H_