Home
last modified time | relevance | path

Searched refs:g_bit (Results 1 - 1 of 1) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h2432 \param [in] g_bit Section attribute: GLOBAL, NON_GLOBAL
2436 __STATIC_INLINE int MMU_GlobalSection(uint32_t *descriptor_l1, mmu_global_Type g_bit) in MMU_GlobalSection() argument
2439 *descriptor_l1 |= ((g_bit & 0x1) << SECTION_NG_SHIFT); in MMU_GlobalSection()
2562 \param [in] g_bit 4k/64k page attribute: GLOBAL, NON_GLOBAL
2566 __STATIC_INLINE int MMU_GlobalPage(uint32_t *descriptor_l2, mmu_global_Type g_bit) in MMU_GlobalPage() argument
2569 *descriptor_l2 |= ((g_bit & 0x1) << PAGE_NG_SHIFT); in MMU_GlobalPage()

Completed in 6 milliseconds