mci_sync_start_write_blocks

Start a write blocks transfer on the line.

bool mci_sync_start_write_blocks(
    struct mci_sync_desc * mci,
    const void * src,
    uint16_t nb_block
)

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

Parameters

src

Type: const void *

Pointer on the buffer to send

nb_block

Type: uint16_t

Number of block to transfer

Returns

Type: bool

True if started, otherwise false