Please do not flame me but I would like to get an explanation of the following code snippet from a FatFs example for PIC24F:
static
void xmit_spi_multi (
const BYTE* buff, // Data to be sent
UINT cnt // Number of bytes t..