2D Image Processing Library for Cortex-M Processors
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
arm_2d_tile_t.__unnamed20__ Union Reference

Data Fields

arm_2d_tile_tptParent
 a pointer points to the parent tile More...
 
uint8_t * pchBuffer
 a pointer points to a buffer in a 8bit colour type More...
 
uint16_t * phwBuffer
 a pointer points to a buffer in a 16bit colour type More...
 
uint32_t * pwBuffer
 a pointer points to a buffer in a 32bit colour type More...
 
intptr_t nAddress
 a pointer in integer More...
 

Field Documentation

◆ ptParent

a pointer points to the parent tile

when bIsRoot is true, phwBuffer is available, ! otherwise ptParent is available

◆ pchBuffer

a pointer points to a buffer in a 8bit colour type

◆ phwBuffer

a pointer points to a buffer in a 16bit colour type

◆ pwBuffer

a pointer points to a buffer in a 32bit colour type

◆ nAddress

a pointer in integer