HomeSort by relevance Sort by last modified time
    Searched refs:MPU_CTRL_ENABLE_Msk (Results 1 - 7 of 7) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/
mpu.c 137 MPU->CTRL = MPU_CTRL_ENABLE_Msk | MPU_CTRL_HFNMIENA_Msk | MPU_CTRL_PRIVDEFENA_Msk;
160 !!(MPU->CTRL & MPU_CTRL_ENABLE_Msk),
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cm0plus.h 537 #define MPU_CTRL_ENABLE_Msk (1UL << MPU_CTRL_ENABLE_Pos) /*!< MPU CTRL: ENABLE Mask */
    [all...]
core_sc000.h 556 #define MPU_CTRL_ENABLE_Msk (1UL << MPU_CTRL_ENABLE_Pos) /*!< MPU CTRL: ENABLE Mask */
    [all...]
core_cm3.h     [all...]
core_cm4.h     [all...]
core_sc300.h     [all...]
core_cm7.h     [all...]

Completed in 540 milliseconds