2D Image Processing Library for Cortex-M Processors
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
arm_2d_op_src_t Struct Reference

the base class for operations with a target tile and a source tile More...

#include <arm_2d_types.h>

Public Member Functions

 inherit (arm_2d_op_core_t)
 

Data Fields

struct {
const arm_2d_tile_tptTile
 target tile More...
 
const arm_2d_region_tptRegion
 target region More...
 
Target
 
struct {
const arm_2d_tile_tptTile
 source tile More...
 
Source
 
uint32_t wMode
 

Description

the base class for operations with a target tile and a source tile

Note
arm_2d_op_src_t inherits from arm_2d_op_t