sdspi_crc7() function
Return CRC7 of data, in the format used by SD protocol
Syntax
uint8_t sdspi_crc7(const uint8_t *data,
size_t size);
Arguments
data
array of data used to compute CRC
size
size of data in bytes
Return value
CRC7 value
sdspi_crc7() is called by 1 function:
![]()
sdspi_crc7()
sdspi_crc7() reads 1 variable:
![]()
sdspi_crc7()