nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_semmc_transfer_desc_t Struct Reference

Descriptor for data transfer operations. More...

#include <nrf_semmc.h>

Data Fields

void * buffer
 MCU bus address - pointer to data buffer for transfer.
 
uint32_t block_size
 Size of each block in bytes.
 
uint32_t num_blocks
 Number of blocks to transfer.
 

Detailed Description

Descriptor for data transfer operations.

Note that the eMMC device address for an addressed transfer is specified in the 'arg' field of the associated nrf_semmc_cmd_desc_t structure, so there's no need for a separate block_addr field in this structure.


The documentation for this struct was generated from the following file: