Home
last modified time | relevance | path

Searched refs:icache_enabled (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/drivers/flash/
Dflash_stm32wbax.c203 bool icache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_block_erase_loop() local
205 if (icache_enabled) { in flash_stm32_block_erase_loop()
224 if (icache_enabled) { in flash_stm32_block_erase_loop()
243 bool icache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_write_range() local
245 if (icache_enabled) { in flash_stm32_write_range()
264 if (icache_enabled) { in flash_stm32_write_range()
Dflash_stm32l5x.c307 bool icache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_block_erase_loop() local
309 if (icache_enabled) { in flash_stm32_block_erase_loop()
328 if (icache_enabled) { in flash_stm32_block_erase_loop()
347 bool icache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_write_range() local
349 if (icache_enabled) { in flash_stm32_write_range()
369 if (icache_enabled) { in flash_stm32_write_range()