MPU_TYPE_RALIASES is only used within CMSIS.
 
Symbols
loading...
Files
loading...

MPU_TYPE_RALIASES macro

Syntax

#define MPU_TYPE_RALIASES 4U

References

LocationText
core_cm4.h:1228
#define MPU_TYPE_RALIASES 4U
mpu_armv7.h:267
while (cnt > MPU_TYPE_RALIASES) {
mpu_armv7.h:268
ARM_MPU_OrderedMemcpy(&(MPU->RBAR), &(table->RBAR), MPU_TYPE_RALIASES*rowWordSize);
mpu_armv7.h:269
table += MPU_TYPE_RALIASES;
mpu_armv7.h:270
cnt -= MPU_TYPE_RALIASES;