color2 2.0.0.0
STATUS FLAG MASKS

Macros

#define COLOR2_FLAG_INT   0x01
 
#define COLOR2_FLAG_CONV_DONE   0x02
 
#define COLOR2_FLAG_BROWNOUT   0x04
 
#define COLOR2_FLAG_CONV_G   0x10
 
#define COLOR2_FLAG_CONV_R   0x20
 
#define COLOR2_FLAG_CONV_B   0x30
 

Detailed Description

Macro Definition Documentation

◆ COLOR2_FLAG_BROWNOUT

#define COLOR2_FLAG_BROWNOUT   0x04

◆ COLOR2_FLAG_CONV_B

#define COLOR2_FLAG_CONV_B   0x30

◆ COLOR2_FLAG_CONV_DONE

#define COLOR2_FLAG_CONV_DONE   0x02

◆ COLOR2_FLAG_CONV_G

#define COLOR2_FLAG_CONV_G   0x10

◆ COLOR2_FLAG_CONV_R

#define COLOR2_FLAG_CONV_R   0x20

◆ COLOR2_FLAG_INT

#define COLOR2_FLAG_INT   0x01