Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/modules/
A Dap3216c.js56 const AP3216C_PS_THRESHOLD_HIGH_H_REG = 0x2D constant
402 write_reg(AP3216C_PS_THRESHOLD_HIGH_H_REG, value);
513 value = read_regs(AP3216C_PS_THRESHOLD_HIGH_H_REG, 1);
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Ddrv_als_ps_ir_liteon_ap3216c.c48 #define AP3216C_PS_THRESHOLD_HIGH_H_REG 0x2D macro
399 write_reg(AP3216C_PS_THRESHOLD_HIGH_H_REG, value); in ap3216c_set_param()
519 read_regs(AP3216C_PS_THRESHOLD_HIGH_H_REG, 1, value); in ap3216c_get_param()
/AliOS-Things-master/components/py_engine/framework/
A Dap3216c.py45 AP3216C_PS_THRESHOLD_HIGH_H_REG = const(0x2D) variable
267 self.write_reg(AP3216C_PS_THRESHOLD_HIGH_H_REG, value)
307 value = self.read_regs(AP3216C_PS_THRESHOLD_HIGH_H_REG, 1)[0]

Completed in 5 milliseconds