Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dmpu.h11 #define MPU_RASR_SIZE_Pos 1U macro
12 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos)
/Zephyr-latest/arch/arm/core/mpu/cortex_a_r/
Darm_mpu_internal.h134 MPU_RASR_SIZE_Pos) + 1; in is_in_region()
155 (get_region_size() & MPU_RASR_SIZE_Msk) >> MPU_RASR_SIZE_Pos; in mpu_region_get_size()
/Zephyr-latest/arch/arm/core/mpu/cortex_m/
Darm_mpu_internal.h106 MPU_RASR_SIZE_Pos) + 1U; in is_in_region()
125 (MPU->RASR & MPU_RASR_SIZE_Msk) >> MPU_RASR_SIZE_Pos; in mpu_region_get_size()
/Zephyr-latest/arch/arm/core/mpu/
Darm_mpu_v7_internal.h104 return ((32 - __builtin_clz(size - 1U) - 2 + 1) << MPU_RASR_SIZE_Pos) & in size_to_mpu_rasr_size()
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v7m.h81 << MPU_RASR_SIZE_Pos) & MPU_RASR_SIZE_Msk)