Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
Disl29034.c221 static inline float getLuxFromAlsData(uint16_t als) in getLuxFromAlsData() function
365 sample.fdata = getLuxFromAlsData(xfer->txrxBuf[0] | (xfer->txrxBuf[1] << 8)); in handle_i2c_event()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c351 static inline float getLuxFromAlsData(uint16_t als0, uint16_t als1) in getLuxFromAlsData() function
674 sample.fdata = getLuxFromAlsData(als0, als1); in handle_i2c_event()
/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/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()