Searched refs:Sect_Normal_RW (Results 1 – 3 of 3) sorted by relevance
| /cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA5/ |
| D | mmu_ARMCA5.c | 130 static uint32_t Sect_Normal_RW; //as Sect_Normal_Cod, but writeable and not executable variable 155 section_normal_rw(Sect_Normal_RW, region); in MMU_CreateTranslationTable() 172 …MMU_TTSection (TTB_BASE, __RAM_BASE, __RAM_SIZE/0x100000, Sect_Normal_RW); // multiple of 1MB sec… in MMU_CreateTranslationTable()
|
| /cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA7/ |
| D | mmu_ARMCA7.c | 130 static uint32_t Sect_Normal_RW; //as Sect_Normal_Cod, but writeable and not executable variable 155 section_normal_rw(Sect_Normal_RW, region); in MMU_CreateTranslationTable() 172 …MMU_TTSection (TTB_BASE, __RAM_BASE, __RAM_SIZE/0x100000, Sect_Normal_RW); // multiple of 1MB sec… in MMU_CreateTranslationTable()
|
| /cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA9/ |
| D | mmu_ARMCA9.c | 130 static uint32_t Sect_Normal_RW; //as Sect_Normal_Cod, but writeable and not executable variable 155 section_normal_rw(Sect_Normal_RW, region); in MMU_CreateTranslationTable() 172 …MMU_TTSection (TTB_BASE, __RAM_BASE, __RAM_SIZE/0x100000, Sect_Normal_RW); // multiple of 1MB sec… in MMU_CreateTranslationTable()
|