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

Field TX_DP_OE writer - Output enable. If TX_DIFFMODE=1, OE for DPP/DPM diff pair. 0 - DPP/DPM in Hi-Z state; 1 - DPP/DPM driving
If TX_DIFFMODE=0, OE for DPP only. 0 - DPP in Hi-Z state; 1 - DPP driving

Aliased Type§

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