Home
last modified time | relevance | path

Searched refs:MPU_RASR_SIZE_Pos (Results 1 – 25 of 63) sorted by relevance

123

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_cortex.h117 #define LL_MPU_REGION_SIZE_32B (0x04U << MPU_RASR_SIZE_Pos) /*!< 32B Size of the MPU pr…
118 #define LL_MPU_REGION_SIZE_64B (0x05U << MPU_RASR_SIZE_Pos) /*!< 64B Size of the MPU pr…
119 #define LL_MPU_REGION_SIZE_128B (0x06U << MPU_RASR_SIZE_Pos) /*!< 128B Size of the MPU p…
120 #define LL_MPU_REGION_SIZE_256B (0x07U << MPU_RASR_SIZE_Pos) /*!< 256B Size of the MPU p…
121 #define LL_MPU_REGION_SIZE_512B (0x08U << MPU_RASR_SIZE_Pos) /*!< 512B Size of the MPU p…
122 #define LL_MPU_REGION_SIZE_1KB (0x09U << MPU_RASR_SIZE_Pos) /*!< 1KB Size of the MPU pr…
123 #define LL_MPU_REGION_SIZE_2KB (0x0AU << MPU_RASR_SIZE_Pos) /*!< 2KB Size of the MPU pr…
124 #define LL_MPU_REGION_SIZE_4KB (0x0BU << MPU_RASR_SIZE_Pos) /*!< 4KB Size of the MPU pr…
125 #define LL_MPU_REGION_SIZE_8KB (0x0CU << MPU_RASR_SIZE_Pos) /*!< 8KB Size of the MPU pr…
126 #define LL_MPU_REGION_SIZE_16KB (0x0DU << MPU_RASR_SIZE_Pos) /*!< 16KB Size of the MPU p…
[all …]
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_cortex.h118 #define LL_MPU_REGION_SIZE_32B (0x04U << MPU_RASR_SIZE_Pos) /*!< 32B Size of the MPU pr…
119 #define LL_MPU_REGION_SIZE_64B (0x05U << MPU_RASR_SIZE_Pos) /*!< 64B Size of the MPU pr…
120 #define LL_MPU_REGION_SIZE_128B (0x06U << MPU_RASR_SIZE_Pos) /*!< 128B Size of the MPU p…
121 #define LL_MPU_REGION_SIZE_256B (0x07U << MPU_RASR_SIZE_Pos) /*!< 256B Size of the MPU p…
122 #define LL_MPU_REGION_SIZE_512B (0x08U << MPU_RASR_SIZE_Pos) /*!< 512B Size of the MPU p…
123 #define LL_MPU_REGION_SIZE_1KB (0x09U << MPU_RASR_SIZE_Pos) /*!< 1KB Size of the MPU pr…
124 #define LL_MPU_REGION_SIZE_2KB (0x0AU << MPU_RASR_SIZE_Pos) /*!< 2KB Size of the MPU pr…
125 #define LL_MPU_REGION_SIZE_4KB (0x0BU << MPU_RASR_SIZE_Pos) /*!< 4KB Size of the MPU pr…
126 #define LL_MPU_REGION_SIZE_8KB (0x0CU << MPU_RASR_SIZE_Pos) /*!< 8KB Size of the MPU pr…
127 #define LL_MPU_REGION_SIZE_16KB (0x0DU << MPU_RASR_SIZE_Pos) /*!< 16KB Size of the MPU p…
[all …]
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_cortex.c385 ((uint32_t)MPU_Init->Size << MPU_RASR_SIZE_Pos) | in HAL_MPU_ConfigRegion()
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Include/
H A Dcore_sc000.h651 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
652 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
H A Dcore_cm0plus.h640 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
641 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/bsp/cmsis/Include/
H A Dmpu_armv7.h91 ((Size << MPU_RASR_SIZE_Pos) & MPU_RASR_SIZE_Msk) | \
H A Dcore_cm0plus.h592 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
593 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Include/
H A Dcore_sc000.h603 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
604 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
H A Dcore_cm0plus.h594 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
595 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Include/
H A Dcore_sc000.h603 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
604 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
H A Dcore_cm0plus.h594 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
595 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Include/
H A Dcore_sc000.h603 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
604 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
H A Dcore_cm0plus.h594 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
595 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Include/
H A Dcore_sc000.h603 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
604 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
H A Dcore_cm0plus.h594 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
595 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core/Include/
H A Dcore_sc000.h603 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
604 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
H A Dcore_cm0plus.h594 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
595 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/CMSIS/Include/
H A Dcore_sc000.h603 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
604 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
H A Dcore_cm0plus.h594 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
595 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/arm/CMSIS_5/CMSIS/Core/Include/
H A Dcore_sc000.h608 #define MPU_RASR_SIZE_Pos 1U /*!< MPU … macro
609 #define MPU_RASR_SIZE_Msk (0x1FUL << MPU_RASR_SIZE_Pos) /*!< MPU …
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_cortex.c491 ((uint32_t)MPU_Init->Size << MPU_RASR_SIZE_Pos) | in HAL_MPU_ConfigRegion()
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_cortex.c329 ((uint32_t)MPU_Init->Size << MPU_RASR_SIZE_Pos) | in HAL_MPU_ConfigRegion()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_cortex.c491 ((uint32_t)MPU_Init->Size << MPU_RASR_SIZE_Pos) | in HAL_MPU_ConfigRegion()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_cortex.c454 ((uint32_t)MPU_Init->Size << MPU_RASR_SIZE_Pos) | in HAL_MPU_ConfigRegion()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_cortex.c329 ((uint32_t)MPU_Init->Size << MPU_RASR_SIZE_Pos) | in HAL_MPU_ConfigRegion()

123