Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Include/
H A Dcore_ca.h2049 __STATIC_INLINE int MMU_PSection(uint32_t *descriptor_l1, mmu_ecc_check_Type p_bit) in MMU_PSection() argument
2052 *descriptor_l1 |= ((p_bit & 0x1) << SECTION_P_SHIFT); in MMU_PSection()
2179 __STATIC_INLINE int MMU_PPage(uint32_t *descriptor_l1, mmu_ecc_check_Type p_bit) in MMU_PPage() argument
2182 *descriptor_l1 |= ((p_bit & 0x1) << SECTION_P_SHIFT); in MMU_PPage()