Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/modules/
A Dap3216c.js43 const AP3216C_ALS_THRESHOLD_HIGH_H_REG = 0x1D constant
360 write_reg(AP3216C_ALS_THRESHOLD_HIGH_H_REG, value);
474 value = read_regs(AP3216C_ALS_THRESHOLD_HIGH_H_REG, 1);
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Ddrv_als_ps_ir_liteon_ap3216c.c35 #define AP3216C_ALS_THRESHOLD_HIGH_H_REG 0x1D macro
353 write_reg(AP3216C_ALS_THRESHOLD_HIGH_H_REG, value); in ap3216c_set_param()
476 read_regs(AP3216C_ALS_THRESHOLD_HIGH_H_REG, 1, value); in ap3216c_get_param()
/AliOS-Things-master/components/py_engine/framework/
A Dap3216c.py32 AP3216C_ALS_THRESHOLD_HIGH_H_REG = const(0x1D) variable
249 self.write_reg(AP3216C_ALS_THRESHOLD_HIGH_H_REG, value)
293 value = self.read_regs(AP3216C_ALS_THRESHOLD_HIGH_H_REG, 1)[0]

Completed in 7 milliseconds