English
Language : 

UM_S3C2501X Datasheet, PDF (402/465 Pages) Samsung semiconductor – 32-BIT RISC MICROPROCESSOR
S3C2501X
SERIAL I/O (HIGH-SPEED UART)
11.3.2 HIGH-SPEED UART STATUS REGISTERS
Registers
HUSTAT
Table 11-4. High-Speed UART Status Register
Offset Address
0xF0080004
R/W
R/W
Description
High-Speed UART status register
Reset Value
–
Table 11-5. High-Speed UART Status Register Description
Bit Number
[0]
Bit Name
Receive Data Valid
(RDV)
[1]
Break Signal Detected
(BKD)
[2]
Frame Error (FER)
[3]
Parity Error (PER)
Description
This bit automatically set to one when Receive FIFO-top or
HURXBUF contains a valid data received over the serial port. The
received data can be read from Receive FIFO-top or HURXBUF .
When this bit is "0", there is no valid data.
According to the current setting of the High-Speed UART receive
mode bits, an interrupt or DMA request is generated when
HUSTAT[0]="1". In case of HUCON[3:2]="01" and
HUINT[0],interrupt requested, and HUCON[3:2]="10" or "11", DMA
request occurred.
You can clear this bit by reading Receive FIFO or HURXBUF.
NOTE: Whether Receive FIFO-top or HURXBUF depends on the
HUCON[17].
This bit automatically set to one to indicate that a break signal has
been received in Receive FIFO-top or HURXBUF.
If the BSD interrupt enable bit, HUINT[1], is "1", a interrupt is
generated when a break occurs.
You can clear this bit by writing '1' to this bit.
This bit automatically set to "1" whenever a frame error occurs
during a serial data receives operation. A frame error occurs when a
zero is detected instead of the stop bit(s).
If the FER interrupt enable bit, HUINT[2], is "1", a interrupt is
generated when a frame error occurs.
You can clear this bit by writing '1' to this bit.
This bit automatically set to "1" whenever a parity error occurs
during a serial data receives operation. If the PER interrupt enable
bit, HUINT[3], is "1", a interrupt is generated when a parity error
occurs.
You can clear this bit by writing '1' to this bit.
11-9