You are currently viewing the documentation for:
ECSD_LowLevel_IsCardPresent
The ECSD_LowLevel_IsCardPresent function checks if a card is inserted into the SD Card holder.
BOOL ECSD_LowLevel_IsCardPresent(void);
Parameters
None
Return value
TRUE if a card is detected in the slot, FALSE if not.
Remarks
If you are communicating with an SD Card that is fixed to the system, always return TRUE. Note: You should never call this function directly. The API documentation is present to allow you to write your own low level driver optimized for your hardware.