CMSIS + 0/1 examples
CodeScope will show references to MPU_CTRL_ENABLE_Msk from the following samples and libraries:
 
Symbols
loading...
Files
loading...

MPU_CTRL_ENABLE_Msk macro

Syntax

#define MPU_CTRL_ENABLE_Msk (1UL)

Examples

MPU_CTRL_ENABLE_Msk is referenced by 1 libraries and example projects.

References

LocationText
core_cm4.h:1248
#define MPU_CTRL_ENABLE_Msk (1UL /*<< MPU_CTRL_ENABLE_Pos*/) /*!< MPU CTRL: ENABLE Mask */
mpu_armv7.h:194
MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk;
mpu_armv7.h:210
MPU->CTRL &= ~MPU_CTRL_ENABLE_Msk;