Cirrus Logic EP93xx User Manual

Page 556

Advertising
background image

14-34

DS785UM1

Copyright 2007 Cirrus Logic

UART1 With HDLC and Modem Control Signals
EP93xx User’s Guide

1

4

1

4

14

TBY:

Transmitter Busy. (Read Only)
0 - TX is idle, disabled, or transmitting an abort.
1 - TX is currently sending a frame (address, control, data,
CRC or start/stop flag).

RIF:

Receiver In Frame. (Read Only)
0 - RX is idle, disabled, or receiving start flags.
1 - RX is receiving a frame.

RAB:

Receiver Abort. (Read Only)
0 - No abort has been detected for the incoming frame.
1 - Abort detected during receipt of incoming frame. The
most recently read data is the last valid data before the
abort. EOF is also set.

Note: This bit reflects the status associated with the last character read from the RX FIFO. It

changes with reads from the RX FIFO.

RTO:

Receiver Time Out.
Set to “1” whenever the HDLC RX has received four
consecutive flags, or four character times of idle or space.
Cleared by writing a “1” to this bit.

EOF:

End of Frame (read only).
0 - Current frame has not been received completely.
1 - The data most recently read from the RX FIFO is the
last byte of data within the frame.

Note: This bit reflects the status associated with the last character read from the RX FIFO. It

changes with reads from the RX FIFO.

RFL:

Receive Frame Lost. (Read/Write)
Set to “1” when an ROR occurred at the start of a new
frame, before any data for the frame could be put into the
RX FIFO. Cleared by writing a “1” to this bit.

RIL:

Receive Information buffer Lost. (Read/Write)
Set to “1” when the last data for a frame is read from the
RX FIFO and the UART1HDLCRXInfoBuf has not been
read since the last data of the previous frame was read.
That is, the information loaded into the
UART1HDLCRXInfoBuf about the previous frame was
never read and has been overwritten. Cleared by writing a
“1” to this bit.

RFC:

Received Frame Complete. (Read/Write)
Set to “1” when the last data byte for the frame is read
from the RX FIFO (this also triggers an update of the
UART1HDLCRXInfoBuf). Cleared by writing to a “1” to this
bit.

Advertising