Home
last modified time | relevance | path

Searched refs:LL_ICACHE_IsEnabled (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_stm32wbax.c45 while (LL_ICACHE_IsEnabled()) { in stm32_icache_disable()
51 if (LL_ICACHE_IsEnabled()) { in stm32_icache_disable()
203 bool icache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_block_erase_loop()
243 bool icache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_write_range()
Dflash_stm32l5x.c59 while (LL_ICACHE_IsEnabled()) { in stm32_icache_disable()
65 if (LL_ICACHE_IsEnabled()) { in stm32_icache_disable()
307 bool icache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_block_erase_loop()
347 bool icache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_write_range()
/Zephyr-latest/soc/st/stm32/stm32u5x/
Dpower.c43 while (LL_ICACHE_IsEnabled() == 1U) { in disable_cache()
140 while (LL_ICACHE_IsEnabled() == 0U) { in pm_state_exit_post_ops()
/Zephyr-latest/soc/st/stm32/stm32wbax/
Dpower.c35 while (LL_ICACHE_IsEnabled() == 1U) { in disable_cache()
166 while (LL_ICACHE_IsEnabled() == 0U) { in pm_state_exit_post_ops()