Home
last modified time | relevance | path

Searched refs:RXCIE0 (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A DHardwareSerial_private.h46 #define RXCIE0 RXCIE macro
56 #define RXCIE0 RXCIE1 macro
69 #if defined(TXC1) && (TXC1 != TXC0 || RXEN1 != RXEN0 || RXCIE1 != RXCIE0 || \
74 #if defined(TXC2) && (TXC2 != TXC0 || RXEN2 != RXEN0 || RXCIE2 != RXCIE0 || \
79 #if defined(TXC3) && (TXC3 != TXC0 || RXEN3 != RXEN0 || RXCIE3 != RXCIE0 || \
H A DHardwareSerial.cpp134 sbi(*_ucsrb, RXCIE0); in begin()
145 cbi(*_ucsrb, RXCIE0); in end()
/dports/devel/asl/asl-current/include/avr/
H A Dusartc0.inc34 RXCIE0 avrbit UCSR0B,7 ; USART0 Enable receive Complete Interrupt
/dports/devel/avr-libc/avr-libc-2.0.0/doc/examples/largedemo/
H A Dlargedemo.c72 # define RXCIE RXCIE0
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Dioat94k.h502 #define RXCIE0 7 macro
H A Diom48pa.h591 #define RXCIE0 7 macro
H A Diom165pa.h658 #define RXCIE0 7 macro
H A Dioa6614q.h593 #define RXCIE0 7 macro
H A Diom325pa.h648 #define RXCIE0 7 macro
H A Dioa6612c.h591 #define RXCIE0 7 macro
H A Diom165a.h656 #define RXCIE0 7 macro
H A Diom168pa.h595 #define RXCIE0 7 macro
H A Dioa6613c.h591 #define RXCIE0 7 macro
H A Diom3250pa.h652 #define RXCIE0 7 macro
H A Diom48pb.h664 #define RXCIE0 7 macro
H A Diom88pb.h669 #define RXCIE0 7 macro
H A Diomx8.h607 #define RXCIE0 7 macro
H A Diotn1634.h285 #define RXCIE0 7 macro
H A Diom128a.h142 #define RXCIE0 7 macro
H A Diom162.h851 #define RXCIE0 7 macro
H A Diom165p.h658 #define RXCIE0 7 macro
H A Diom3290pa.h652 #define RXCIE0 7 macro
H A Diom325.h658 #define RXCIE0 7 macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/
H A Dserial.h267 BitInRegister<UCSR0BRegister, RXCIE0>,
/dports/devel/libpololu-avr/libpololu-avr-151002/src/OrangutanSerial/
H A DOrangutanSerial.cpp260 #define RXCIE RXCIE0

12345678910>>...16