You are currently viewing the documentation for:
ECSD_Init
The ECSD_Init function initialises ECSD and calls the low-level driver to initialize it.
ECSD_ErrorCode ECSD_Init(void);
Parameters
None
Return value
Returns one of the ECSD error codes (ECSD_STATUS_OK on success).
Remarks
Note: This function does not start any communication with the SD card. It is just called to initialise e.g. I/O pins and other hardware necessary to later communicate with the SD card.