HomeSort by relevance Sort by last modified time
    Searched full:_txen (Results 1 - 2 of 2) sorted by null

  /external/arduino/hardware/arduino/cores/arduino/
HardwareSerial.h 41 uint8_t _txen; member in class:HardwareSerial
HardwareSerial.cpp 186 _txen = txen;
221 sbi(*_ucsrb, _txen);
228 cbi(*_ucsrb, _txen);

Completed in 201 milliseconds