Lines Matching refs:MSC_STATUS_BUSY
361 if ((!(mask & MSC_STATUS_BUSY)) in mscStatusWait()
433 retVal = mscStatusWait((MSC_STATUS_BUSY | MSC_STATUS_PENDING), 0); in writeBurst()
437 retVal = mscStatusWait((MSC_STATUS_BUSY | MSC_STATUS_PENDING), 0); in writeBurst()
548 retVal = mscStatusWait((MSC_STATUS_BUSY | MSC_STATUS_PENDING), 0); in MSC_ErasePage()
552 retVal = mscStatusWait((MSC_STATUS_BUSY | MSC_STATUS_PENDING), 0); in MSC_ErasePage()
666 …retVal = mscStatusWait(MSC_STATUS_BUSY, 0); // Wait for end of busy flag or a prob… in MSC_MassErase()
946 while ((MSC->STATUS & MSC_STATUS_BUSY) && (timeOut != 0)) { in MSC_LoadVerifyAddress()
1018 while ((MSC->STATUS & MSC_STATUS_BUSY) && (timeOut != 0)) { in MSC_LoadWriteData()
1063 while ((MSC->STATUS & MSC_STATUS_BUSY) && (timeOut != 0)) { in MSC_LoadWriteData()
1266 while ((MSC->STATUS & MSC_STATUS_BUSY) && (timeOut != 0)) { in MSC_ErasePage()
1518 while ((MSC->STATUS & MSC_STATUS_BUSY) != 0U) { in MSC_MassErase()
1526 while ((MSC->STATUS & MSC_STATUS_BUSY) != 0U) { in MSC_MassErase()