Adafruit VEML6075 UV Sensor Library
Public Attributes | List of all members
veml6075_commandRegister Union Reference

CMSIS style register bitfield for commands. More...

#include <Adafruit_VEML6075.h>

Public Attributes

struct {
   uint8_t   SD: 1
 Shut Down.
 
   uint8_t   UV_AF: 1
 Auto or forced.
 
   uint8_t   UV_TRIG: 1
 Trigger forced mode.
 
   uint8_t   UV_HD: 1
 High dynamic.
 
   uint8_t   UV_IT: 3
 Integration Time.
 
   uint8_t   high_byte
 unused
 
bit
 Bitfield of 16 bits.
 
uint16_t reg
 The raw 16 bit register data.
 

Detailed Description

CMSIS style register bitfield for commands.


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