USART Control and Status Register 0 D

This register is not used in Master SPI Mode (UMSEL0[1:0] = 11)

Name:
UCSR0D
Offset:
0x0B
Reset:
0x00
Access:
-
Bit76543210
RXIERXS
AccessR/WR/W
Reset00

Bit 7 – RXIE: USART RX Start Interrupt Enable

USART RX Start Interrupt Enable

Writing this bit to one enables the interrupt on the RXS flag. In sleep modes this bit enables start frame detector that can wake up the MCU when a start condition is detected on the RxD line. The USART RX Start Interrupt is generated only, if the RXSIE bit, the Global Interrupt flag, and RXS are set.

Bit 6 – RXS: USART RX Start

USART RX Start

The RXS flag is set when a start condition is detected on the RxD line. If the RXSIE bit and the Global Interrupt Enable flag are set, an RX Start Interrupt will be generated when the flag is set. The flag can only be cleared by writing a logical one on the RXS bit location.

If the start frame detector is enabled (RXSIE = 1) and the Global Interrupt Enable flag is set, the RX Start Interrupt will wake up the MCU from all sleep modes.