Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h632 #define __HAL_FLASH_INSTRUCTION_CACHE_ENABLE() SET_BIT(FLASH->C2ACR, FLASH_C2ACR_ICEN) macro
634 #define __HAL_FLASH_INSTRUCTION_CACHE_ENABLE() SET_BIT(FLASH->ACR, FLASH_ACR_ICEN) macro
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash.h197 #define __HAL_FLASH_INSTRUCTION_CACHE_ENABLE() (FLASH->ACR |= FLASH_ACR_ICEN) macro
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash.h201 #define __HAL_FLASH_INSTRUCTION_CACHE_ENABLE() (FLASH->ACR |= FLASH_ACR_ICEN) macro
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal.c155 __HAL_FLASH_INSTRUCTION_CACHE_ENABLE(); in HAL_Init()
Dstm32f2xx_hal_flash_ex.c401 __HAL_FLASH_INSTRUCTION_CACHE_ENABLE(); in FLASH_FlushCaches()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal.c161 __HAL_FLASH_INSTRUCTION_CACHE_ENABLE(); in HAL_Init()
Dstm32f4xx_hal_flash_ex.c1319 __HAL_FLASH_INSTRUCTION_CACHE_ENABLE(); in FLASH_FlushCaches()
/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h531 #define __HAL_FLASH_INSTRUCTION_CACHE_ENABLE() SET_BIT(FLASH->ACR, FLASH_ACR_ICEN) macro
/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c519 __HAL_FLASH_INSTRUCTION_CACHE_ENABLE(); in FLASH_FlushCaches()
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h633 #define __HAL_FLASH_INSTRUCTION_CACHE_ENABLE() SET_BIT(FLASH->ACR, FLASH_ACR_ICEN) macro
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h652 #define __HAL_FLASH_INSTRUCTION_CACHE_ENABLE() SET_BIT(FLASH->ACR, FLASH_ACR_ICEN) macro
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash_ex.c530 __HAL_FLASH_INSTRUCTION_CACHE_ENABLE(); in FLASH_FlushCaches()
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h654 #define __HAL_FLASH_INSTRUCTION_CACHE_ENABLE() SET_BIT(FLASH->ACR, FLASH_ACR_ICEN) macro
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c629 __HAL_FLASH_INSTRUCTION_CACHE_ENABLE(); in FLASH_FlushCaches()
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c674 __HAL_FLASH_INSTRUCTION_CACHE_ENABLE(); in FLASH_FlushCaches()
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h611 #define __HAL_FLASH_INSTRUCTION_CACHE_ENABLE() SET_BIT(FLASH->ACR, FLASH_ACR_ICEN) macro
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c626 __HAL_FLASH_INSTRUCTION_CACHE_ENABLE(); in FLASH_FlushCaches()
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ex.c607 __HAL_FLASH_INSTRUCTION_CACHE_ENABLE(); in FLASH_FlushCaches()