Home
last modified time | relevance | path

Searched refs:TWSTA (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/libraries/Wire/src/utility/
H A Dtwi.c193 TWCR = _BV(TWEN) | _BV(TWIE) | _BV(TWEA) | _BV(TWINT) | _BV(TWSTA); in twi_readFrom()
275 TWCR = _BV(TWINT) | _BV(TWEA) | _BV(TWEN) | _BV(TWIE) | _BV(TWSTA); // enable INTs in twi_writeTo()
426 TWCR = _BV(TWINT) | _BV(TWSTA)| _BV(TWEN) ; in ISR()
466 TWCR = _BV(TWINT) | _BV(TWSTA)| _BV(TWEN) ; in ISR()
/dports/devel/avr-libc/avr-libc-2.0.0/doc/examples/twitest/
H A Dtwitest.c199 TWCR = _BV(TWINT) | _BV(TWSTA) | _BV(TWEN); /* send start condition */ in ee24xx_read_bytes()
278 TWCR = _BV(TWINT) | _BV(TWSTA) | _BV(TWEN); /* send (rep.) start condition */ in ee24xx_read_bytes()
392 TWCR = _BV(TWINT) | _BV(TWSTA) | _BV(TWEN); /* send start condition */ in ee24xx_write_page()
/dports/devel/asl/asl-current/include/avr/
H A Dtwim.inc19 TWSTA avrbit TWCR,5 ; Start Condition
H A Dtwim70.inc27 TWSTA avrbit TWCR,5 ; Start Condition
H A Dtwimb8.inc27 TWSTA avrbit TWCR,5 ; Start Condition
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/e300/battery/
H A Di2c_twi.c85 TWCR = BIT(TWINT) | BIT(TWEN) | BIT(TWSTA); in i2c_twi_start()
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Dioat94k.h473 #define TWSTA 5 macro
H A Diom8a.h385 #define TWSTA 5 macro
H A Diom163.h301 #define TWSTA 5 macro
H A Diom32a.h419 #define TWSTA 5 macro
H A Diom406.h468 #define TWSTA 5 macro
H A Diom8.h305 #define TWSTA 5 macro
H A Diom323.h322 #define TWSTA 5 macro
H A Diom48pa.h558 #define TWSTA 5 macro
H A Diom8535.h384 #define TWSTA 5 macro
H A Dioa6614q.h560 #define TWSTA 5 macro
H A Diom16.h427 #define TWSTA 5 macro
H A Dioa6612c.h558 #define TWSTA 5 macro
H A Diom168pa.h562 #define TWSTA 5 macro
H A Diom32.h325 #define TWSTA 5 macro
H A Dioa6613c.h558 #define TWSTA 5 macro
H A Diom48pb.h631 #define TWSTA 5 macro
H A Diotn48.h670 #define TWSTA 5 macro
H A Diom88pb.h636 #define TWSTA 5 macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/i2c/
H A Di2c.h41 typedef BitInRegister<TWCRRegister, TWSTA> I2cStart;

12345678910>>...13