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

  /src/sys/arch/arm/at91/
at91twireg.h 62 #define TWI_CR_START 0x01U /* 1 = send a start condition */
at91twi.c 248 at91twi_writereg(sc, TWI_CR, TWI_CR_START | TWI_CR_STOP);
252 at91twi_writereg(sc, TWI_CR, TWI_CR_START);

Completed in 12 milliseconds