Searched refs:QSPI_SR_BUSY (Results 1 – 1 of 1) sorted by relevance
73 #define QSPI_SR_BUSY BIT(5) macro127 while ((mmio_read_32(qspi_base() + QSPI_SR) & QSPI_SR_BUSY) != 0U) { in stm32_qspi_wait_for_not_busy()
Completed in 2 milliseconds