Searched defs:SCB_CleanDCache_by_Addr (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/ |
A D | core_cache.h | 328 __STATIC_INLINE void SCB_CleanDCache_by_Addr (uint32_t *addr, int32_t dsize) in SCB_CleanDCache_by_Addr() function
|
/AliOS-Things-master/components/csi/CMSIS/Core/Include/ |
A D | cachel1_armv7.h | 358 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (uint32_t *addr, int32_t dsize) in SCB_CleanDCache_by_Addr() function
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/ |
A D | cachel1_armv7.h | 358 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_CleanDCache_by_Addr() function
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/ |
A D | cachel1_armv7.h | 358 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_CleanDCache_by_Addr() function
|
/AliOS-Things-master/components/csi/csi1/include/core/ |
A D | core_805.h | 1555 #define SCB_CleanDCache_by_Addr(addr, dsize) csi_dcache_clean_range(addr, dsize) macro
|
A D | core_803.h | 1559 #define SCB_CleanDCache_by_Addr(addr, dsize) csi_dcache_clean_range(addr, dsize) macro
|
A D | core_804.h | 1560 #define SCB_CleanDCache_by_Addr(addr, dsize) csi_dcache_clean_range(addr, dsize) macro
|
/AliOS-Things-master/components/csi/csi2/include/core/ |
A D | core_803.h | 1572 #define SCB_CleanDCache_by_Addr(addr, dsize) csi_dcache_clean_range(addr, dsize) macro
|
A D | core_804.h | 1576 #define SCB_CleanDCache_by_Addr(addr, dsize) csi_dcache_clean_range(addr, dsize) macro
|
A D | core_805.h | 1568 #define SCB_CleanDCache_by_Addr(addr, dsize) csi_dcache_clean_range(addr, dsize) macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ |
A D | core_cm7.h | 2508 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (uint32_t *addr, int32_t dsize) in SCB_CleanDCache_by_Addr() function
|
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/ |
A D | core_cm7.h | 2508 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (uint32_t *addr, int32_t dsize) in SCB_CleanDCache_by_Addr() function
|
Completed in 52 milliseconds