Searched refs:nack (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/i2c/
H A Dsoft_i2c.c212 int nack; local
238 nack = I2C_READ;
243 return(nack); /* not a nack is an ack */
H A Di2c-gpio.c174 int nack; local
185 nack = i2c_gpio_read_bit(bus, delay);
187 return nack; /* not a nack is an ack */

Completed in 50 milliseconds