Searched defs:rnr (Results 1 – 4 of 4) sorted by relevance
| /cmsis_6-latest/CMSIS/Core/Include/m-profile/ |
| D | armv8m_mpu.h | 294 __STATIC_INLINE void ARM_MPU_ClrRegionEx(MPU_Type* mpu, uint32_t rnr) in ARM_MPU_ClrRegionEx() 303 __STATIC_INLINE void ARM_MPU_ClrRegion(uint32_t rnr) in ARM_MPU_ClrRegion() 312 __STATIC_INLINE void ARM_MPU_ClrRegion_NS(uint32_t rnr) in ARM_MPU_ClrRegion_NS() 324 __STATIC_INLINE void ARM_MPU_SetRegionEx(MPU_Type* mpu, uint32_t rnr, uint32_t rbar, uint32_t rlar) in ARM_MPU_SetRegionEx() 336 __STATIC_INLINE void ARM_MPU_SetRegion(uint32_t rnr, uint32_t rbar, uint32_t rlar) in ARM_MPU_SetRegion() 347 __STATIC_INLINE void ARM_MPU_SetRegion_NS(uint32_t rnr, uint32_t rbar, uint32_t rlar) in ARM_MPU_SetRegion_NS() 373 __STATIC_INLINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uin… in ARM_MPU_LoadEx() 403 __STATIC_INLINE void ARM_MPU_Load(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load() 414 __STATIC_INLINE void ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load_NS()
|
| D | armv7m_mpu.h | 216 __STATIC_INLINE void ARM_MPU_ClrRegion(uint32_t rnr) in ARM_MPU_ClrRegion() 237 __STATIC_INLINE void ARM_MPU_SetRegionEx(uint32_t rnr, uint32_t rbar, uint32_t rasr) in ARM_MPU_SetRegionEx()
|
| /cmsis_6-latest/CMSIS/CoreValidation/Source/ |
| D | CV_MPU_ARMv7.c | 44 #define ASSERT_MPU_REGION(rnr, region) \ in TC_MPU_SetClear() argument 92 #define ASSERT_MPU_REGION(rnr, table) \ in TC_MPU_Load() argument
|
| D | CV_MPU_ARMv8.c | 43 #define ASSERT_MPU_REGION(rnr, region) \ in TC_MPU_SetClear() argument 85 #define ASSERT_MPU_REGION(rnr, table) \ in TC_MPU_Load() argument
|