Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dmpu_armv8.h104 #if defined(MPU_RLAR_PXN_Pos)
113 (((PXN) << MPU_RLAR_PXN_Pos) & MPU_RLAR_PXN_Msk) | \
Dcore_cm33.h1515 #define MPU_RLAR_PXN_Pos 4U /*!< MPU … macro
1516 #define MPU_RLAR_PXN_Msk (1UL << MPU_RLAR_PXN_Pos) /*!< MPU …
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Darmv8m_mpu.h164 #if defined(MPU_RLAR_PXN_Pos)
173 (((PXN) << MPU_RLAR_PXN_Pos) & MPU_RLAR_PXN_Msk) | \