Searched refs:Sect_Device_RW (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA5/ |
D | mmu_ARMCA5.c | 132 static uint32_t Sect_Device_RW; //as Sect_Device_RO, but writeable variable 158 section_device_rw(Sect_Device_RW, region); in MMU_CreateTranslationTable() 177 MMU_TTSection (TTB_BASE, VE_A5_MP_SRAM_BASE , 32, Sect_Device_RW); // 32MB RAM in MMU_CreateTranslationTable() 178 MMU_TTSection (TTB_BASE, VE_A5_MP_VRAM_BASE , 32, Sect_Device_RW); // 32MB RAM in MMU_CreateTranslationTable() 179 MMU_TTSection (TTB_BASE, VE_A5_MP_ETHERNET_BASE , 16, Sect_Device_RW); in MMU_CreateTranslationTable() 180 MMU_TTSection (TTB_BASE, VE_A5_MP_USB_BASE , 16, Sect_Device_RW); in MMU_CreateTranslationTable()
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA7/ |
D | mmu_ARMCA7.c | 132 static uint32_t Sect_Device_RW; //as Sect_Device_RO, but writeable variable 158 section_device_rw(Sect_Device_RW, region); in MMU_CreateTranslationTable() 177 MMU_TTSection (TTB_BASE, VE_A7_MP_SRAM_BASE , 32, Sect_Device_RW); // 32MB RAM in MMU_CreateTranslationTable() 178 MMU_TTSection (TTB_BASE, VE_A7_MP_VRAM_BASE , 32, Sect_Device_RW); // 32MB RAM in MMU_CreateTranslationTable() 179 MMU_TTSection (TTB_BASE, VE_A7_MP_ETHERNET_BASE , 16, Sect_Device_RW); in MMU_CreateTranslationTable() 180 MMU_TTSection (TTB_BASE, VE_A7_MP_USB_BASE , 16, Sect_Device_RW); in MMU_CreateTranslationTable()
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA9/ |
D | mmu_ARMCA9.c | 132 static uint32_t Sect_Device_RW; //as Sect_Device_RO, but writeable variable 158 section_device_rw(Sect_Device_RW, region); in MMU_CreateTranslationTable() 177 MMU_TTSection (TTB_BASE, VE_A9_MP_SRAM_BASE , 32, Sect_Device_RW); // 32MB RAM in MMU_CreateTranslationTable() 178 MMU_TTSection (TTB_BASE, VE_A9_MP_VRAM_BASE , 32, Sect_Device_RW); // 32MB RAM in MMU_CreateTranslationTable() 179 MMU_TTSection (TTB_BASE, VE_A9_MP_ETHERNET_BASE , 16, Sect_Device_RW); in MMU_CreateTranslationTable() 180 MMU_TTSection (TTB_BASE, VE_A9_MP_USB_BASE , 16, Sect_Device_RW); in MMU_CreateTranslationTable()
|