Searched defs:dma350_memmove_config (Results 1 – 2 of 2) sorted by relevance
46 struct dma350_memmove_config { struct47 enum dma350_lib_exec_type_t exec_type; /*!< The execution type of the command */48 const void* src; /*!< Source start address */49 void* dst; /*!< Destination start address */50 uint32_t size; /*!< Number of bytes to move */