pub type DATA_SEQ_ERROR_W<'a, REG> = BitWriter1C<'a, REG>;
Expand description

Field DATA_SEQ_ERROR writer - Data Sequence Error.

The device can raise a sequence error in the following conditions:

  • A SETUP packet is received followed by a DATA1 packet (data phase should always be DATA0) * An OUT packet is received from the host but doesn’t match the data pid in the buffer control register read from DPSRAM

The host can raise a data sequence error in the following conditions:

  • An IN packet from the device has the wrong data PID

Aliased Type§

struct DATA_SEQ_ERROR_W<'a, REG> { /* private fields */ }