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

  /src/sys/dev/ic/
pca9564reg.h 52 #define I2CCON_STA (1 << 5) /* Start Flag */
pca9564.c 125 control &= ~(I2CCON_STA|I2CCON_STO|I2CCON_SI|I2CCON_AA);
175 control |= I2CCON_STA;
192 control &= ~(I2CCON_STA|I2CCON_SI);
219 control &= ~(I2CCON_STO|I2CCON_STA|I2CCON_SI);
268 control &= ~(I2CCON_STO|I2CCON_STA|I2CCON_SI);
290 control &= ~(I2CCON_STO|I2CCON_STA|I2CCON_SI|I2CCON_AA);

Completed in 108 milliseconds