HomeSort by: relevance | last modified time | path
    Searched refs:CR_RSTA (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
motoi2creg.h 48 #define CR_RSTA 0x04 /* generate repeated START condition */
motoi2c.c 290 I2C_WRITE(I2CCR, cr | CR_RSTA);
293 __func__, I2C_READ(I2CSR), cr | CR_RSTA, I2C_READ(I2CCR)));

Completed in 14 milliseconds