Searched defs:dma350_draw_config (Results 1 – 1 of 1) sorted by relevance
54 struct dma350_draw_config { struct55 enum dma350_lib_exec_type_t exec_type; /*!< The execution type of the command */56 const void* src; /*!< Source start address */57 void* des; /*!< Destination start address */58 uint32_t src_width; /*!< Source width */59 uint16_t src_height; /*!< Source height */60 uint16_t src_line_width; /*!< Source line width */61 uint32_t des_width; /*!< Destination width */62 uint16_t des_height; /*!< Destination height */63 uint16_t des_line_width; /*!< Destination line width */[all …]