/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
H A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 107 … (((SubRegionDisable) << MPU_RASR_SRD_Pos) & MPU_RASR_SRD_Msk) | \ 123 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 124 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/CMSIS/Include/ |
H A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 107 … (((SubRegionDisable) << MPU_RASR_SRD_Pos) & MPU_RASR_SRD_Msk) | \ 123 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 124 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Include/ |
H A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 120 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 121 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Include/ |
H A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 120 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 121 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Include/ |
H A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 120 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 121 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/ |
H A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 120 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 121 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core/Include/ |
H A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 120 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 121 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/ |
H A D | stm32l0xx_hal_cortex.c | 372 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion() 384 ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) | in HAL_MPU_ConfigRegion()
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/bsp/cmsis/Include/ |
H A D | mpu_armv7.h | 83 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 90 ((SubRegionDisable << MPU_RASR_SRD_Pos) & MPU_RASR_SRD_Msk) | \
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_cortex.c | 480 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion() 490 ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) | in HAL_MPU_ConfigRegion()
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_cortex.c | 318 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion() 328 ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) | in HAL_MPU_ConfigRegion()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_cortex.c | 480 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion() 490 ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) | in HAL_MPU_ConfigRegion()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/ |
H A D | stm32wbxx_hal_cortex.c | 443 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion() 453 ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) | in HAL_MPU_ConfigRegion()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_cortex.c | 318 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion() 328 ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) | in HAL_MPU_ConfigRegion()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_cortex.h | 583 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument 590 WRITE_REG(MPU->RASR, (MPU_RASR_ENABLE_Msk | Attributes | SubRegionDisable << MPU_RASR_SRD_Pos)); in LL_MPU_ConfigRegion()
|
H A D | stm32l4xx_hal_cortex.h | 59 …uint8_t SubRegionDisable; /*!< Specifies the number of the subregion protectio… member
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_cortex.h | 584 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument 591 WRITE_REG(MPU->RASR, (MPU_RASR_ENABLE_Msk | Attributes | SubRegionDisable << MPU_RASR_SRD_Pos)); in LL_MPU_ConfigRegion()
|
H A D | stm32f4xx_hal_cortex.h | 57 …uint8_t SubRegionDisable; /*!< Specifies the number of the subregion protectio… member
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/ |
H A D | stm32l0xx_hal_cortex.h | 59 …uint8_t SubRegionDisable; /*!< Specifies the number of the subregion protectio… member
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_hal_cortex.h | 60 uint8_t SubRegionDisable; /*!< Specifies the number of the subregion protection to disable. member
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_cortex.h | 57 …uint8_t SubRegionDisable; /*!< Specifies the number of the subregion protectio… member
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_cortex.h | 59 …uint8_t SubRegionDisable; /*!< Specifies the number of the subregion protectio… member
|