I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
Loading...
Searching...
No Matches
uAPDS9930_CMD Union Reference

Union for COMMAND register of APDS9930. More...

#include <APDS9930.h>

Data Fields

uint8_t Byte
 
struct { 
 
   APDS9930_spec_func   ADDR:5 
 Address field/special function field. More...
 
   APDS9930_transaction   TRANSACTION:2 
 Select type of transaction to follow in subsequent data transfers. More...
 
   uint8_t   CMD:1 
 Select command register. Must write as 1 when addressing Command register. More...
 
Bits 
 

Detailed Description

Union for COMMAND register of APDS9930.

Field Documentation

◆ ADDR

APDS9930_spec_func uAPDS9930_CMD::ADDR

Address field/special function field.

◆ [struct]

struct { ... } uAPDS9930_CMD::Bits

◆ Byte

uint8_t uAPDS9930_CMD::Byte

◆ CMD

uint8_t uAPDS9930_CMD::CMD

Select command register. Must write as 1 when addressing Command register.

◆ TRANSACTION

APDS9930_transaction uAPDS9930_CMD::TRANSACTION

Select type of transaction to follow in subsequent data transfers.


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