25.11.3 USART Control and Status Register 0 B
Name: | UCSR0B |
Offset: | 0xC1 |
Reset: | 0x00 |
Property: | - |
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
RXCIE0 | TXCIE0 | UDRIE0 | RXEN0 | TXEN0 | UCSZ02 | RXB80 | TXB80 | ||
Access | R/W | R/W | R/W | R/W | R/W | R/W | R | R/W | |
Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Bit 7 – RXCIE0 RX Complete Interrupt Enable 0
Bit 6 – TXCIE0 TX Complete Interrupt Enable 0
Bit 5 – UDRIE0 USART Data Register Empty Interrupt Enable 0
Bit 4 – RXEN0 Receiver Enable 0
Bit 3 – TXEN0 Transmitter Enable 0
Bit 2 – UCSZ02 Character Size 0
The UCSZ02 bits combined with the UCSZ0[1:0] bit in UCSR0C sets the number of data bits (Character Size) in a frame the Receiver and Transmitter use.
This bit is reserved in Master SPI Mode (MSPIM).
Bit 1 – RXB80 Receive Data Bit 8 0
RXB80 is the ninth data bit of the received character when operating with serial frames with nine data bits. Must be read before reading the low bits from UDR0.
This bit is reserved in Master SPI Mode (MSPIM).
Bit 0 – TXB80 Transmit Data Bit 8 0
TXB80 is the ninth data bit in the character to be transmitted when operating with serial frames with nine data bits. Must be written before writing the low bits to UDR0.
This bit is reserved in Master SPI Mode (MSPIM).