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

  /src/sys/dev/ic/
pca9564reg.h 51 #define I2CCON_STO (1 << 4) /* Stop Flag */
pca9564.c 125 control &= ~(I2CCON_STA|I2CCON_STO|I2CCON_SI|I2CCON_AA);
176 control &= ~(I2CCON_STO|I2CCON_SI);
191 control |= I2CCON_STO;
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 12 milliseconds