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.c118 #define FLASH_SR_BSY 0x00010000 macro
216 while (flash->SR & FLASH_SR_BSY); in blEraseSectors()
321 while (flash->SR & FLASH_SR_BSY); in blPlatProgramFlash()