Home | History | Annotate | Download | only in i2c

Lines Matching defs:pu

111 	uint8_t pu = 0;
115 pu = pu | DS2482_CONFIG_APU;
117 pu = pu | DS2482_CONFIG_SPU;
124 pux = ~(pu << 4);
126 pu = pu | pux;
128 error = iic_exec(tag, I2C_OP_WRITE_WITH_STOP, addr, &cmd, 1, &pu, 1,
130 DPRINTF2(debuglevel, 4, ("ds2482_set_pullup: pu: %02x; error: %x %d\n",
131 pu, error, error));