Rx_FIFO_byte_status (UART) Register Description
Register Name | Rx_FIFO_byte_status |
---|---|
Offset Address | 0x0000000048 |
Absolute Address |
0x00FF000048 (UART0) 0x00FF010048 (UART1) |
Width | 32 |
Type | mixedMixed types. See bit-field details. |
Reset Value | 0x00000000 |
Description | RX FIFO Byte Status Register |
The read/write Receiver FIFO Trigger Level Register is used to set the value at which the transmitter FIFO triggers an interrupt event.
Rx_FIFO_byte_status (UART) Register Bit-Field Summary
Field Name | Bits | Type | Reset Value | Description |
---|---|---|---|---|
Reserved | 31:12 | roRead-only | 0x0 | Reserved, read as zero, ignored on write. |
byte3_break | 11 | rwNormal read/write | 0x0 | The byte in location3 of the RX FIFO has a break condition associated with it. 0: No break was detected when byte 3 was received 1: A break was detected when byte 3 was received |
byte3_frm_err | 10 | rwNormal read/write | 0x0 | The byte in location 3 of the RX FIFO has a frame error associated with it. 0: No frame error was detected when byte 3 was received 1: A frame error was detected when byte 3 was received |
byte3_par_err | 9 | rwNormal read/write | 0x0 | The byte in location 3 of the RX FIFO has a parity error associated with it 0: No parity error was detected when byte 3 was received 1: A parity error was detected when byte 3 was received |
byte2_break | 8 | rwNormal read/write | 0x0 | The byte in location 2 of the RX FIFO has a break condition associated with it. 0: No break was detected when byte 2 was received 1: A break was detected when byte 2 was received |
byte2_frm_err | 7 | rwNormal read/write | 0x0 | The byte in location 2 of the RX FIFO has a frame error associated with it. 0: No frame error was detected when byte 0 was received 1: A frame error was detected when byte 2 was received |
byte2_par_err | 6 | rwNormal read/write | 0x0 | The byte in location 2 of the RX FIFO has a parity error associated with it 0: No parity error was detected when byte 2 was received 1: A parity error was detected when byte 2 was received |
byte1_break | 5 | rwNormal read/write | 0x0 | The byte in location 1 of the RX FIFO has a break condition associated with it. 0: No break was detected when byte 1 was received 1: A break was detected when byte 1 was received |
byte1_frm_err | 4 | rwNormal read/write | 0x0 | The byte in location 1 of the RX FIFO has a frame error associated with it. 0: No frame error was detected when byte 1 was received 1: A frame error was detected when byte 1 was received |
byte1_par_err | 3 | rwNormal read/write | 0x0 | The byte in location 1 of the RX FIFO has a parity error associated with it 0: No parity error was detected when byte 1 was received 1: A parity error was detected when byte 1 was received |
byte0_break | 2 | rwNormal read/write | 0x0 | The byte in location 0 of the RX FIFO has a break condition associated with it. 0: No break was detected when byte 0 was received 1: A break was detected when byte 0 was received |
byte0_frm_err | 1 | rwNormal read/write | 0x0 | The byte in location 0 of the RX FIFO has a frame error associated with it. 0: No frame error was detected when byte 0 was received 1: A frame error was detected when byte 0 was received |
byte0_par_err | 0 | rwNormal read/write | 0x0 | The byte in location 0 of the RX FIFO has a parity error associated with it 0: No parity error was detected when byte 0 was received 1: A parity error was detected when byte 0 was received |