pub struct R(/* private fields */);Expand description
Register dfe_ctrl_0 reader
Implementations§
Source§impl R
impl R
Sourcepub fn tx_iqc_phase(&self) -> TX_IQC_PHASE_R
pub fn tx_iqc_phase(&self) -> TX_IQC_PHASE_R
Bits 0:9
Sourcepub fn tx_iqc_phase_en(&self) -> TX_IQC_PHASE_EN_R
pub fn tx_iqc_phase_en(&self) -> TX_IQC_PHASE_EN_R
Bit 10
Sourcepub fn tx_iqc_gain(&self) -> TX_IQC_GAIN_R
pub fn tx_iqc_gain(&self) -> TX_IQC_GAIN_R
Bits 12:22
Sourcepub fn tx_iqc_gain_en(&self) -> TX_IQC_GAIN_EN_R
pub fn tx_iqc_gain_en(&self) -> TX_IQC_GAIN_EN_R
Bit 23
Sourcepub fn tx_dvga_gain_qdb(&self) -> TX_DVGA_GAIN_QDB_R
pub fn tx_dvga_gain_qdb(&self) -> TX_DVGA_GAIN_QDB_R
Bits 24:30
Sourcepub fn tx_dvga_gain_ctrl_hw(&self) -> TX_DVGA_GAIN_CTRL_HW_R
pub fn tx_dvga_gain_ctrl_hw(&self) -> TX_DVGA_GAIN_CTRL_HW_R
Bit 31
Methods from Deref<Target = R<DFE_CTRL_0_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