Home
last modified time | relevance | path

Searched refs:getLuxFromAlsData (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
Dams_tmd2772.c274 static inline float getLuxFromAlsData(uint16_t als0, uint16_t als1) in getLuxFromAlsData() function
621 sample.fdata = getLuxFromAlsData(xfer->txrxBuf.sample.als[0], in handle_i2c_event()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c343 static inline float getLuxFromAlsData(uint16_t als0, uint16_t als1) in getLuxFromAlsData() function
668 sample.fdata = getLuxFromAlsData(als0, als1); in handle_i2c_event()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c392 static float getLuxFromAlsData(uint16_t c, uint16_t r, uint16_t g, uint16_t b) in getLuxFromAlsData() function
756 sample.fdata = getLuxFromAlsData(c, r, g, b); in handleAlsSample()