Home
last modified time | relevance | path

Searched refs:MPU_RASR_SRD_Pos (Results 1 – 18 of 18) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Dcore_cm0plus.h575 #define MPU_RASR_SRD_Pos 8 /*!< MPU … macro
576 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
Dcore_sc000.h594 #define MPU_RASR_SRD_Pos 8 /*!< MPU … macro
595 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
Dcore_cm3.h1131 #define MPU_RASR_SRD_Pos 8 /*!< MPU … macro
1132 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
Dcore_sc300.h1111 #define MPU_RASR_SRD_Pos 8 /*!< MPU … macro
1112 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
Dcore_cm4.h1171 #define MPU_RASR_SRD_Pos 8 /*!< MPU … macro
1172 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
Dcore_cm7.h1355 #define MPU_RASR_SRD_Pos 8 /*!< MPU … macro
1356 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_cortex.c365 ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Dcore_cm0plus.h637 #define MPU_RASR_SRD_Pos 8U /*!< MPU … macro
638 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
Dcore_sc000.h648 #define MPU_RASR_SRD_Pos 8U /*!< MPU … macro
649 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
Dcore_cm3.h1212 #define MPU_RASR_SRD_Pos 8U /*!< MPU … macro
1213 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
Dcore_sc300.h1194 #define MPU_RASR_SRD_Pos 8U /*!< MPU … macro
1195 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
Dcore_cm4.h1273 #define MPU_RASR_SRD_Pos 8U /*!< MPU … macro
1274 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
Dcore_cm7.h1478 #define MPU_RASR_SRD_Pos 8U /*!< MPU … macro
1479 #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU …
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_cortex.c364 ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cortex.c510 ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_cortex.h606 WRITE_REG(MPU->RASR, (MPU_RASR_ENABLE_Msk | Attributes | SubRegionDisable << MPU_RASR_SRD_Pos)); in LL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_cortex.h606 WRITE_REG(MPU->RASR, (MPU_RASR_ENABLE_Msk | Attributes | SubRegionDisable << MPU_RASR_SRD_Pos)); in LL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_cortex.h557 WRITE_REG(MPU->RASR, (MPU_RASR_ENABLE_Msk | Attributes | SubRegionDisable << MPU_RASR_SRD_Pos)); in LL_MPU_ConfigRegion()