Home
last modified time | relevance | path

Searched refs:__HAL_FLASH_DATA_CACHE_RESET (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ramfunc.c163 __HAL_FLASH_DATA_CACHE_RESET(); in HAL_FLASHEx_OB_DBankConfig()
Dstm32g4xx_hal_flash_ex.c641 __HAL_FLASH_DATA_CACHE_RESET(); in FLASH_FlushCaches()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ramfunc.c162 __HAL_FLASH_DATA_CACHE_RESET(); in HAL_FLASHEx_OB_DBankConfig()
Dstm32l4xx_hal_flash_ex.c615 __HAL_FLASH_DATA_CACHE_RESET(); in FLASH_FlushCaches()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash.h231 #define __HAL_FLASH_DATA_CACHE_RESET() do {FLASH->ACR |= FLASH_ACR_DCRST; \ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash.h235 #define __HAL_FLASH_DATA_CACHE_RESET() do {FLASH->ACR |= FLASH_ACR_DCRST; \ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c407 __HAL_FLASH_DATA_CACHE_RESET(); in FLASH_FlushCaches()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h665 #define __HAL_FLASH_DATA_CACHE_RESET() do { SET_BIT(FLASH->ACR, FLASH_ACR_DCRST); \ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h687 #define __HAL_FLASH_DATA_CACHE_RESET() do { SET_BIT(FLASH->ACR, FLASH_ACR_DCRST); \ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h688 #define __HAL_FLASH_DATA_CACHE_RESET() do { SET_BIT(FLASH->ACR, FLASH_ACR_DCRST); \ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash_ex.c539 __HAL_FLASH_DATA_CACHE_RESET(); in FLASH_FlushCaches()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c685 __HAL_FLASH_DATA_CACHE_RESET(); in FLASH_FlushCaches()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c1325 __HAL_FLASH_DATA_CACHE_RESET(); in FLASH_FlushCaches()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h645 #define __HAL_FLASH_DATA_CACHE_RESET() do { SET_BIT(FLASH->ACR, FLASH_ACR_DCRST); \ macro