pub struct W(/* private fields */);Expand description
Register dfe_ctrl_0 writer
Implementations§
Source§impl W
impl W
Sourcepub fn tx_iqc_phase(&mut self) -> TX_IQC_PHASE_W<'_, 0>
pub fn tx_iqc_phase(&mut self) -> TX_IQC_PHASE_W<'_, 0>
Bits 0:9
Sourcepub fn tx_iqc_phase_en(&mut self) -> TX_IQC_PHASE_EN_W<'_, 10>
pub fn tx_iqc_phase_en(&mut self) -> TX_IQC_PHASE_EN_W<'_, 10>
Bit 10
Sourcepub fn tx_iqc_gain(&mut self) -> TX_IQC_GAIN_W<'_, 12>
pub fn tx_iqc_gain(&mut self) -> TX_IQC_GAIN_W<'_, 12>
Bits 12:22
Sourcepub fn tx_iqc_gain_en(&mut self) -> TX_IQC_GAIN_EN_W<'_, 23>
pub fn tx_iqc_gain_en(&mut self) -> TX_IQC_GAIN_EN_W<'_, 23>
Bit 23
Sourcepub fn tx_dvga_gain_qdb(&mut self) -> TX_DVGA_GAIN_QDB_W<'_, 24>
pub fn tx_dvga_gain_qdb(&mut self) -> TX_DVGA_GAIN_QDB_W<'_, 24>
Bits 24:30
Sourcepub fn tx_dvga_gain_ctrl_hw(&mut self) -> TX_DVGA_GAIN_CTRL_HW_W<'_, 31>
pub fn tx_dvga_gain_ctrl_hw(&mut self) -> TX_DVGA_GAIN_CTRL_HW_W<'_, 31>
Bit 31
Methods from Deref<Target = W<DFE_CTRL_0_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