Searched defs:dma350_memcpy_config (Results 1 – 1 of 1) sorted by relevance
38 struct dma350_memcpy_config { struct39 enum dma350_lib_exec_type_t exec_type; /*!< The execution type of the command */40 const void* src; /*!< Source start address */41 void* dst; /*!< Destination start address */42 uint32_t size; /*!< Number of bytes to copy */