At8xc51snd1c – Rainbow Electronics AT89C51SND1C User Manual

Page 104

Advertising
background image

104

AT8xC51SND1C

4109E–8051–06/03

Reset Value = 0000 0000b

5

STALLRQ

Stall Handshake Request Bit
Set to send a STALL answer to the host for the next handshake. Clear otherwise.

4

TXRDY

TX Packet Ready Control Bit
Set after a packet has been written into the endpoint FIFO for IN data transfers.
Data should be written into the endpoint FIFO only after this bit has been cleared.
Set this bit without writing data to the endpoint FIFO to send a Zero Length
Packet, which is generally recommended and may be required to terminate a
transfer when the length of the last data packet is equal to MaxPacketSize (e.g.
for control read transfers).
Cleared by hardware, as soon as the packet has been sent for Isochronous
endpoints, or after the host has acknowledged the packet for Control, Bulk and
Interrupt endpoints.

3

STLCRC

Stall Sent Interrupt Flag/CRC Error Interrupt Flag
For Control, Bulk and Interrupt Endpoints:
Set by hardware after a STALL handshake has been sent as requested by
STALLRQ. Then, the endpoint interrupt is triggered if enabled in UEPIEN.
Cleared by hardware when a SETUP packet is received (see RXSETUP).
For Isochronous Endpoints:
Set by hardware if the last data received is corrupted (CRC error on data). Then,
the endpoint interrupt is triggered if enabled in UEPIEN.
Cleared by hardware when a non corrupted data is received.

2

RXSETUP

Received SETUP Interrupt Flag
Set by hardware when a valid SETUP packet has been received from the host.
Then, all the other bits of the register are cleared by hardware and the endpoint
interrupt is triggered if enabled in UEPIEN.
Clear by software after reading the SETUP data from the endpoint FIFO.

1

RXOUTB0

Received OUT Data Bank 0 (see also RXOUTB1 bit for Ping-pong Endpoints)
This bit is set by hardware after a new packet has been stored in the endpoint
FIFO data bank 0. Then, the endpoint interrupt is triggered if enabled and all the
following OUT packets to the endpoint bank 0 are rejected (NAK’ed) until this bit
has been cleared, excepted for Isochronous Endpoints. However, for control
endpoints, an early SETUP transaction may overwrite the content of the endpoint
FIFO, even if its Data packet is received while this bit is set.
This bit should be cleared by the device firmware after reading the OUT data
from the endpoint FIFO.

0

TXCMP

Transmitted IN Data Complete Interrupt Flag
Set by hardware after an IN packet has been transmitted for Isochronous
endpoints and after it has been accepted (ACK’ed) by the host for Control, Bulk
and Interrupt endpoints. Then, the endpoint interrupt is triggered if enabled in
UEPIEN.
Clear by software before setting again TXRDY.

Bit

Number

Bit

Mnemonic

Description

Advertising