Du läser för närvarande dokumentationen för:
ECSD_LowLevel_WriteBlock
The ECSD_LowLevel_WriteBlock writes a block of data to the SPI bus.
ECSD_ErrorCode ECSD_LowLevel_WriteBlock(
   BYTE *data,
   WORD size
);
Parameters
data
The pointer to the buffer with the data to write.
size
The number of bytes to write.
Return value
Returns one of the ECSD error codes (ECSD_STATUS_OK on success).
Remarks
Called to write data to the SPI bus. Read data should be discarded. 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.