Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dbl.c117 #define FLASH_SR_BSY 0x00010000 macro
215 while (flash->SR & FLASH_SR_BSY); in blEraseSectors()
320 while (flash->SR & FLASH_SR_BSY); in blPlatProgramFlash()