zephyr/include/arch/arm
Ioannis Glaropoulos df41ed885a arch: arm: mpu: replace literals with CMSIS bitsets
This commit refactors internal functions in arm_mpu.c to use
bitsets and functions taken directly from ARM CMSIS instead of
hardcoded arithmetic literals. In several internal functions
some part of the implementation is abstracted further in inline
functions or convenience macros, to facilitate extending the
arm_mpu.c for ARMv8-M. In addition, the commit adds minor
improvements in internal function documentation.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2018-07-04 08:25:02 -04:00
..
cortex_m arch: arm: mpu: replace literals with CMSIS bitsets 2018-07-04 08:25:02 -04:00
arch.h arch: arm: move ARMv7-m specific content in corresponding header file 2018-07-03 18:43:10 -04:00