unsigned char SDSPI_IsBusy(SdSpi *pSdSpi) { if (pSdSpi->semaphore == 0) { return 1; } else { return 0; } }