Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_stm32.c84 uint32_t busy_flags; in flash_stm32_wait_flash_idle() local
91 busy_flags = FLASH_STM32_SR_BUSY; in flash_stm32_wait_flash_idle()
95 busy_flags |= FLASH_STM32_SR_CFGBSY; in flash_stm32_wait_flash_idle()
98 while ((FLASH_STM32_REGS(dev)->FLASH_STM32_SR & busy_flags)) { in flash_stm32_wait_flash_idle()