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

the base class for operations with a target tile, a source tile and masks 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
 
struct {
const arm_2d_tile_tptSourceSide
 source side mask More...
 
const arm_2d_tile_tptTargetSide
 target side mask More...
 
Mask
 

Description

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

Note
arm_2d_op_src_msk_t inherits from arm_2d_op_src_t