Searched refs:STM32_FLASH_SR_BSY (Results 1 – 2 of 2) sorted by relevance
98 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in flash_erase()117 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in flash_erase()131 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in write_buff()144 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in write_buff()
14 #define STM32_FLASH_SR_BSY (1 << 16) macro