SAME54P20A Test Project
memory.h
1 #ifndef _MEMORY_H_
2 #define _MEMORY_H_
3 
4 #include "core.h"
5 
6 void mem_nvm_init(void);
7 void mem_cache_init(void);
8 void mem_dma_init(void);
9 #endif