pub struct R(/* private fields */);Expand description
Register dfe_ctrl_15 reader
Implementations§
Source§impl R
impl R
Sourcepub fn tx_dvga_gain_qdb_gc12(&self) -> TX_DVGA_GAIN_QDB_GC12_R
pub fn tx_dvga_gain_qdb_gc12(&self) -> TX_DVGA_GAIN_QDB_GC12_R
Bits 0:6
Sourcepub fn tx_dvga_gain_qdb_gc13(&self) -> TX_DVGA_GAIN_QDB_GC13_R
pub fn tx_dvga_gain_qdb_gc13(&self) -> TX_DVGA_GAIN_QDB_GC13_R
Bits 8:14
Sourcepub fn tx_dvga_gain_qdb_gc14(&self) -> TX_DVGA_GAIN_QDB_GC14_R
pub fn tx_dvga_gain_qdb_gc14(&self) -> TX_DVGA_GAIN_QDB_GC14_R
Bits 16:22
Sourcepub fn tx_dvga_gain_qdb_gc15(&self) -> TX_DVGA_GAIN_QDB_GC15_R
pub fn tx_dvga_gain_qdb_gc15(&self) -> TX_DVGA_GAIN_QDB_GC15_R
Bits 24:30
Methods from Deref<Target = R<DFE_CTRL_15_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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