Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_cortex.h137 #define MPU_REGION_ENABLE ((uint8_t)0x01U) macro
335 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_cortex.h149 #define MPU_REGION_ENABLE ((uint8_t)0x01) macro
311 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h144 #define MPU_REGION_ENABLE ((uint8_t)0x01) macro
345 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_cortex.c345 if ((MPU_Init->Enable) == MPU_REGION_ENABLE) in HAL_MPU_ConfigRegion()