Home
last modified time | relevance | path

Searched refs:IsCacheable (Results 1 – 6 of 6) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_cortex.c351 assert_param(IS_MPU_ACCESS_CACHEABLE(MPU_Init->IsCacheable)); in HAL_MPU_ConfigRegion()
363 ((uint32_t)MPU_Init->IsCacheable << MPU_RASR_C_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_cortex.c352 assert_param(IS_MPU_ACCESS_CACHEABLE(MPU_Init->IsCacheable)); in HAL_MPU_ConfigRegion()
362 ((uint32_t)MPU_Init->IsCacheable << MPU_RASR_C_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cortex.c498 assert_param(IS_MPU_ACCESS_CACHEABLE(MPU_Init->IsCacheable)); in HAL_MPU_ConfigRegion()
508 ((uint32_t)MPU_Init->IsCacheable << MPU_RASR_C_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_cortex.h85 …uint8_t IsCacheable; /*!< Specifies the cacheable status of the region pr… member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_cortex.h84 …uint8_t IsCacheable; /*!< Specifies the cacheable status of the region pr… member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h83 …uint8_t IsCacheable; /*!< Specifies the cacheable status of the region pr… member