Searched refs:STM32_FLASH_SR_BSY (Results 1 – 2 of 2) sorted by relevance
97 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in flash_erase()116 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in flash_erase()130 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in write_buff()143 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in write_buff()
14 #define STM32_FLASH_SR_BSY (1 << 16) macro