All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

RGB count value data structure (APDS9950 and APDS9960 only) More...

Detailed Description

RGB count value data structure (APDS9950 and APDS9960 only)

Definition at line 439 of file apds99xx.h.

#include <apds99xx.h>

Data Fields

struct { 
 
   uint16_t   red 
 R photodiode count value (red) More...
 
   uint16_t   green 
 G photodiode count value (green) More...
 
   uint16_t   blue 
 B photodiode count value (blue) More...
 
};  
 
uint16_t val [3]
 RGB count values as array.
 

Field Documentation

◆ blue

uint16_t apds99xx_rgb_t::blue

B photodiode count value (blue)

Definition at line 444 of file apds99xx.h.

◆ green

uint16_t apds99xx_rgb_t::green

G photodiode count value (green)

Definition at line 443 of file apds99xx.h.

◆ red

uint16_t apds99xx_rgb_t::red

R photodiode count value (red)

Definition at line 442 of file apds99xx.h.

◆ val

uint16_t apds99xx_rgb_t::val[3]

RGB count values as array.

Definition at line 446 of file apds99xx.h.


The documentation for this union was generated from the following file: