OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_ucsra
(Results
1 - 2
of
2
) sorted by null
/external/arduino/hardware/arduino/cores/arduino/
HardwareSerial.cpp
182
_ucsra
= ucsra;
209
*
_ucsra
= 1 << _u2x;
212
*
_ucsra
= 0;
274
while (!((*
_ucsra
) & (1 << _udre)))
HardwareSerial.h
37
volatile uint8_t *
_ucsra
;
member in class:HardwareSerial
Completed in 2896 milliseconds