Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/flash/
Dflash_stm32.c111 uint32_t busy_flags; in flash_stm32_wait_flash_idle() local
118 busy_flags = FLASH_STM32_SR_BUSY; in flash_stm32_wait_flash_idle()
122 busy_flags |= FLASH_STM32_SR_CFGBSY; in flash_stm32_wait_flash_idle()
125 while ((FLASH_STM32_REGS(dev)->FLASH_STM32_SR & busy_flags)) { in flash_stm32_wait_flash_idle()