pub type FULL_0_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field FULL_0 writer - Buffer 0 is full. For an IN transfer (TX to the host) the bit is set to indicate the data is valid. For an OUT transfer (RX from the host) this bit should be left as a 0. The host will set it when it has filled the buffer with data.

Aliased Type§

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