pub type FULL_1_R = BitReader;
Expand description

Field FULL_1 reader - Buffer 1 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_1_R { /* private fields */ }