Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 4 of 4) sorted by relevance

/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core_A/src/
Dref_mmu.txt67 …ction(uint32_t *descriptor_l1, mmu_memory_Type mem, mmu_cacheability_Type outer, mmu_cacheability_…
71 …yPage(uint32_t *descriptor_l2, mmu_memory_Type mem, mmu_cacheability_Type outer, mmu_cacheability_…
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core/src/
Dref_mpu8.txt35 /** \brief Attribute for device memory (outer only) */
61 /** \brief Normal memory outer-cacheable and inner-cacheable attributes
103 /** \brief Normal memory outer shareable */
Dref_mpu.txt262 …(O,I,S) | 1BBb | S | A | A | Normal memory, with outer/inner cache policy…
/cmsis_6-latest/CMSIS/Core/Include/
Dcore_ca.h2659 …ction(uint32_t *descriptor_l1, mmu_memory_Type mem, mmu_cacheability_Type outer, mmu_cacheability_… in MMU_MemorySection() argument
2692 switch(outer) in MMU_MemorySection()
2720 …yPage(uint32_t *descriptor_l2, mmu_memory_Type mem, mmu_cacheability_Type outer, mmu_cacheability_… in MMU_MemoryPage() argument
2727 MMU_MemorySection(descriptor_l2, mem, outer, inner); in MMU_MemoryPage()
2760 switch(outer) in MMU_MemoryPage()