Home
last modified time | relevance | path

Searched refs:SubRegionDisable (Results 1 – 9 of 9) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_cortex.c353 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
365 ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_cortex.c354 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
364 ((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.c500 assert_param(IS_MPU_SUB_REGION_DISABLE(MPU_Init->SubRegionDisable)); in HAL_MPU_ConfigRegion()
510 ((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.h599 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
606 WRITE_REG(MPU->RASR, (MPU_RASR_ENABLE_Msk | Attributes | SubRegionDisable << MPU_RASR_SRD_Pos)); in LL_MPU_ConfigRegion()
Dstm32l1xx_hal_cortex.h74 …uint8_t SubRegionDisable; /*!< Specifies the number of the subregion protectio… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_cortex.h599 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
606 WRITE_REG(MPU->RASR, (MPU_RASR_ENABLE_Msk | Attributes | SubRegionDisable << MPU_RASR_SRD_Pos)); in LL_MPU_ConfigRegion()
Dstm32l4xx_hal_cortex.h73 …uint8_t SubRegionDisable; /*!< Specifies the number of the subregion protectio… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_cortex.h550 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
557 WRITE_REG(MPU->RASR, (MPU_RASR_ENABLE_Msk | Attributes | SubRegionDisable << MPU_RASR_SRD_Pos)); in LL_MPU_ConfigRegion()
Dstm32l0xx_hal_cortex.h75 …uint8_t SubRegionDisable; /*!< Specifies the number of the subregion protectio… member