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

Field FJOIN_TX writer - When 1, TX FIFO steals the RX FIFO’s storage, and becomes twice as deep.
RX FIFO is disabled as a result (always reads as both full and empty).
FIFOs are flushed when this bit is changed.

Aliased Type§

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