Home
last modified time | relevance | path

Searched refs:IS_MPU_REGION_ENABLE (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_cortex.c340 assert_param(IS_MPU_REGION_ENABLE(MPU_Init->Enable)); in HAL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_cortex.c340 assert_param(IS_MPU_REGION_ENABLE(MPU_Init->Enable)); in HAL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cortex.c486 assert_param(IS_MPU_REGION_ENABLE(MPU_Init->Enable)); in HAL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_cortex.h335 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_cortex.h311 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h345 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \ macro