Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core_A/src/
Dref_mmu.txt20 \fn __STATIC_INLINE int MMU_PSection(uint32_t *descriptor_l1, mmu_ecc_check_Type p_bit)
48 \fn __STATIC_INLINE int MMU_PPage(uint32_t *descriptor_l1, mmu_ecc_check_Type p_bit)
/cmsis_6-latest/CMSIS/Core/Include/
Dcore_ca.h2435 __STATIC_INLINE int MMU_PSection(uint32_t *descriptor_l1, mmu_ecc_check_Type p_bit) in MMU_PSection() argument
2438 *descriptor_l1 |= ((p_bit & 0x1) << SECTION_P_SHIFT); in MMU_PSection()
2565 __STATIC_INLINE int MMU_PPage(uint32_t *descriptor_l1, mmu_ecc_check_Type p_bit) in MMU_PPage() argument
2568 *descriptor_l1 |= ((p_bit & 0x1) << SECTION_P_SHIFT); in MMU_PPage()