Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/
A Ddrv_als_ps_ams_tmd2725.c234 struct tmd2725_prox_inf prx_inf; member
776 tmd2725_chip.prx_inf.detected = false; in drv_ps_ams_tmd2725_set_power_mode()
831 tmd2725_chip.prx_inf.raw = tmd2725_chip.shadow[TMD2725_REG_PDATA]; in tmd2725_read_prox_data()
838 if (tmd2725_chip.prx_inf.detected == false) { in tmd2725_get_prox()
839 if (tmd2725_chip.prx_inf.raw > tmd2725_chip.prox_th_max) { in tmd2725_get_prox()
840 tmd2725_chip.prx_inf.detected = true; in tmd2725_get_prox()
843 if (tmd2725_chip.prx_inf.raw < tmd2725_chip.prox_th_min) { in tmd2725_get_prox()
844 tmd2725_chip.prx_inf.detected = false; in tmd2725_get_prox()
867 sensordata->present = tmd2725_chip.prx_inf.raw; in drv_ps_ams_tmd2725_read()

Completed in 4 milliseconds