Home
last modified time | relevance | path

Searched refs:IS_MPU_SUB_REGION_DISABLE (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_cortex.c374 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_cortex.c348 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cortex.c272 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cortex.c407 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_cortex.c409 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cortex.c404 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_cortex.c337 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_cortex.c362 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cortex.c467 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cortex.c528 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_cortex.c503 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cortex.c503 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_cortex.c342 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cortex.c342 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_cortex.c342 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cortex.c341 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cortex.c341 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cortex.c524 assert_param(IS_MPU_SUB_REGION_DISABLE(pMPU_RegionInit->SubRegionDisable)); in HAL_MPU_ConfigRegion()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_cortex.h363 #define IS_MPU_SUB_REGION_DISABLE(SUBREGION) ((SUBREGION) < (uint16_t)0x00FFU) macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_cortex.h340 #define IS_MPU_SUB_REGION_DISABLE(SUBREGION) ((SUBREGION) < (uint16_t)0x00FFU) macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_cortex.h358 #define IS_MPU_SUB_REGION_DISABLE(SUBREGION) ((SUBREGION) < (uint16_t)0x00FFU) macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_cortex.h364 #define IS_MPU_SUB_REGION_DISABLE(SUBREGION) ((SUBREGION) < (uint16_t)0x00FFU) macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_cortex.h363 #define IS_MPU_SUB_REGION_DISABLE(SUBREGION) ((SUBREGION) < (uint16_t)0x00FFU) macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_cortex.h389 #define IS_MPU_SUB_REGION_DISABLE(__SUBREGION__) ((__SUBREGION__) < (uint16_t)0x00FFU) macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_cortex.h358 #define IS_MPU_SUB_REGION_DISABLE(SUBREGION) ((SUBREGION) < (uint16_t)0x00FF) macro

12