mci_sync_start_read_blocks

Start a read blocks transfer on the line.

bool mci_sync_start_read_blocks(
    struct mci_sync_desc * mci,
    void * dst,
    uint16_t nb_block
)

Note: The driver will use the DMA available to speed up the transfer.

Parameters

dst

Type: void *

Pointer on the buffer to fill

nb_block

Type: uint16_t

Number of block to transfer

Returns

Type: bool

True if started, otherwise false