mci_os_start_read_blocks

Start a read blocks transfer on the line Note: The driver will use the DMA available to speed up the transfer.

bool mci_os_start_read_blocks(
    struct mci_os_desc *const desc,
    void * dst,
    uint16_t nb_block
)

Parameters

desc

Type: struct mci_os_desc Struct *const

Mci os descriptor

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