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

  /external/arduino/hardware/arduino/cores/arduino/
HardwareSerial.h 40 uint8_t _rxen; member in class:HardwareSerial
HardwareSerial.cpp 185 _rxen = rxen;
220 sbi(*_ucsrb, _rxen);
227 cbi(*_ucsrb, _rxen);

Completed in 150 milliseconds