Home
last modified time | relevance | path

Searched refs:MPU_REGION_ENABLE (Results 1 – 2 of 2) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/
Dgr55xx_hal_cortex.h176 #define MPU_REGION_ENABLE ((uint8_t)0x01U) /**< MPU Region Enable */ macro
336 #define IS_MPU_REGION_ENABLE(__STATE__) (((__STATE__) == MPU_REGION_ENABLE) || \
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_cortex.h130 #define MPU_REGION_ENABLE ((uint8_t)0x01) macro
322 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \