Home
last modified time | relevance | path

Searched refs:RXCIE1 (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A DHardwareSerial_private.h56 #define RXCIE0 RXCIE1
69 #if defined(TXC1) && (TXC1 != TXC0 || RXEN1 != RXEN0 || RXCIE1 != RXCIE0 || \
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/
H A DArduino-usbserial.c216 UCSR1B = ((1 << RXCIE1) | (1 << TXEN1) | (1 << RXEN1)); in EVENT_CDC_Device_LineEncodingChanged()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/
H A DArduino-usbserial.c276 UCSR1B = (1 << RXCIE1) | (1 << TXEN1) | (1 << RXEN1); in EVENT_CDC_Device_LineEncodingChanged()
/dports/devel/asl/asl-current/include/avr/
H A Dusartc8.inc34 RXCIE1 avrbit UCSR1B,7 ; USART1 Enable Receive Complete Interrupt
H A Dregm161.inc232 RXCIE1 avrbit UCSR1B,7 ; UART1 Enable Receive Complete Interrupt
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Dioat94k.h521 #define RXCIE1 7 macro
H A Diousbxx2.h486 #define RXCIE1 7 macro
H A Diotn1634.h560 #define RXCIE1 7 macro
H A Diom128a.h727 #define RXCIE1 7 macro
H A Diom162.h914 #define RXCIE1 7 macro
H A Diotn441.h579 #define RXCIE1 7 macro
H A Diotn841.h579 #define RXCIE1 7 macro
H A Diom164pa.h731 #define RXCIE1 7 macro
H A Diom1284.h798 #define RXCIE1 7 macro
H A Diom64a.h741 #define RXCIE1 7 macro
H A Diomxx4.h716 #define RXCIE1 7 macro
H A Diom16u2.h645 #define RXCIE1 7 macro
H A Diom644a.h772 #define RXCIE1 7 macro
H A Diom8u2.h645 #define RXCIE1 7 macro
H A Diom32u2.h645 #define RXCIE1 7 macro
H A Diom64.h947 #define RXCIE1 7 macro
H A Diom128.h929 #define RXCIE1 7 macro
H A Diom1284p.h1009 #define RXCIE1 7 macro
H A Diousbxx6_7.h926 #define RXCIE1 7 macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/
H A Dserial.h293 BitInRegister<UCSR1BRegister, RXCIE1>,

123456789