ESPHome 2025.12.0-dev
Loading...
Searching...
No Matches
esphome::xgzp68xx Namespace Reference

Data Structures

class  XGZP68XXComponent
 

Enumerations

enum  XGZP68XXOversampling : uint8_t {
  XGZP68XX_OVERSAMPLING_256X = 0b100 , XGZP68XX_OVERSAMPLING_512X = 0b101 , XGZP68XX_OVERSAMPLING_1024X = 0b000 , XGZP68XX_OVERSAMPLING_2048X = 0b001 ,
  XGZP68XX_OVERSAMPLING_4096X = 0b010 , XGZP68XX_OVERSAMPLING_8192X = 0b011 , XGZP68XX_OVERSAMPLING_16384X = 0b110 , XGZP68XX_OVERSAMPLING_32768X = 0b111 ,
  XGZP68XX_OVERSAMPLING_UNKNOWN = (uint8_t) -1
}
 Enum listing all oversampling options for the XGZP68XX. More...
 

Enumeration Type Documentation

◆ XGZP68XXOversampling

Enum listing all oversampling options for the XGZP68XX.

Enumerator
XGZP68XX_OVERSAMPLING_256X 
XGZP68XX_OVERSAMPLING_512X 
XGZP68XX_OVERSAMPLING_1024X 
XGZP68XX_OVERSAMPLING_2048X 
XGZP68XX_OVERSAMPLING_4096X 
XGZP68XX_OVERSAMPLING_8192X 
XGZP68XX_OVERSAMPLING_16384X 
XGZP68XX_OVERSAMPLING_32768X 
XGZP68XX_OVERSAMPLING_UNKNOWN 

Definition at line 11 of file xgzp68xx.h.