pub struct W(/* private fields */);Expand description
Register dfe_ctrl_15 writer
Implementations§
Source§impl W
impl W
Sourcepub fn tx_dvga_gain_qdb_gc12(&mut self) -> TX_DVGA_GAIN_QDB_GC12_W<'_, 0>
pub fn tx_dvga_gain_qdb_gc12(&mut self) -> TX_DVGA_GAIN_QDB_GC12_W<'_, 0>
Bits 0:6
Sourcepub fn tx_dvga_gain_qdb_gc13(&mut self) -> TX_DVGA_GAIN_QDB_GC13_W<'_, 8>
pub fn tx_dvga_gain_qdb_gc13(&mut self) -> TX_DVGA_GAIN_QDB_GC13_W<'_, 8>
Bits 8:14
Sourcepub fn tx_dvga_gain_qdb_gc14(&mut self) -> TX_DVGA_GAIN_QDB_GC14_W<'_, 16>
pub fn tx_dvga_gain_qdb_gc14(&mut self) -> TX_DVGA_GAIN_QDB_GC14_W<'_, 16>
Bits 16:22
Sourcepub fn tx_dvga_gain_qdb_gc15(&mut self) -> TX_DVGA_GAIN_QDB_GC15_W<'_, 24>
pub fn tx_dvga_gain_qdb_gc15(&mut self) -> TX_DVGA_GAIN_QDB_GC15_W<'_, 24>
Bits 24:30
Methods from Deref<Target = W<DFE_CTRL_15_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more