McBSP Interface Signals and Registers
11-9
Multichannel Buffered Serial Ports
Table 11–5.
Serial Port Control Register (SPCR) Field Descriptions (Continued)
Name
Section
Function
RFULL
Receive shift register (RSR) full error condition
RFULL = 0: Receiver is not in overrun condition.
RFULL = 1: DRR is not read, RBR is full, and RSR is full with a new element.
11.3.7.1
RRDY
Receiver ready
RRDY = 0: Receiver is not ready.
RRDY = 1: Receiver is ready with data to be read from DRR.
11.3.2
XRDY
Transmitter ready
XRDY = 0: The transmitter is not ready.
XRDY = 1: The transmitter is ready for data to be written to DXR.
11.3.2
RRST
Receiver reset. This resets or enables the receiver.
RRST = 0: The serial port receiver is disabled and is in reset state.
RRST = 1: The serial port receiver is enabled.
11.3.1
XRST
Transmitter reset. This resets or enables the transmitter.
XRST = 0: The serial port transmitter is disabled and is in reset state.
XRST = 1: The serial port transmitter is enabled.
11.3.1
DLB
Digital loopback mode
DLB = 0: Digital loopback mode disabled
DLB = 1: Digital loopback mode enabled
11.5.2.5
11.5.2.6
11.5.3.2
RJUST
Receive data sign-extension and justification mode
RJUST = 00b: Right-justify and zero-fill MSBs in DRR.
RJUST = 01b: Right-justify and sign-extend MSBs in DRR.
RJUST = 10b: Left-justify and zero-fill LSBs in DRR.
RJUST = 11b: Reserved
11.3.8