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

  /src/sys/arch/arm/at91/
at91twireg.h 46 #define TWI_CR 0x00U /* 0x00: Control Register */
at91twi.c 96 at91twi_writereg(sc, TWI_CR, TWI_CR_SWRST);
112 at91twi_writereg(sc, TWI_CR, TWI_CR_MSEN);
197 at91twi_writereg(sc, TWI_CR, TWI_CR_STOP);
248 at91twi_writereg(sc, TWI_CR, TWI_CR_START | TWI_CR_STOP);
252 at91twi_writereg(sc, TWI_CR, TWI_CR_START);

Completed in 10 milliseconds