Information Technology Reference
In-Depth Information
// The attempt to read timed out.
if (timeout == 0)
{
status = sdcCardNotInitFailure;
goto InitError;
}
return(status);
InitError:
// On error or success, deselect the device.
SDC_CS = 1;
return(status);
}
Search WWH ::




Custom Search