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

the colour type for rgb565 More...

#include <arm_2d_types.h>

Data Fields

uint16_t tValue
 
struct {
uint16_t u5B: 5
 
uint16_t u6G: 6
 
uint16_t u5R: 5
 
}; 
 

Description

the colour type for rgb565

Field Documentation

◆ tValue

uint16_t arm_2d_color_rgb565_t::tValue

◆ 

struct { ... } arm_2d_color_rgb565_t::@4