28.1.2.16 mci_os_start_write_blocks
Start a write blocks transfer on the line Note: The driver will use the DMA available to speed up the transfer.
bool mci_os_start_write_blocks(
struct mci_os_desc *const desc,
const void * src,
uint16_t nb_block
)
Parameters
- desc
-
Type: struct mci_os_desc Struct *const
Mci os descriptor
- 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