Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Include/
H A Dcore_ca.h2113 __STATIC_INLINE int MMU_GlobalSection(uint32_t *descriptor_l1, mmu_global_Type g_bit) in MMU_GlobalSection() argument
2116 *descriptor_l1 |= ((g_bit & 0x1) << SECTION_NG_SHIFT); in MMU_GlobalSection()
2243 __STATIC_INLINE int MMU_GlobalPage(uint32_t *descriptor_l2, mmu_global_Type g_bit) in MMU_GlobalPage() argument
2246 *descriptor_l2 |= ((g_bit & 0x1) << PAGE_NG_SHIFT); in MMU_GlobalPage()