pub struct W(/* private fields */);Expand description
Register dfe_ctrl_1 writer
Implementations§
Source§impl W
impl W
Sourcepub fn tx_dac_os_i(&mut self) -> TX_DAC_OS_I_W<'_, 0>
pub fn tx_dac_os_i(&mut self) -> TX_DAC_OS_I_W<'_, 0>
Bits 0:11
Sourcepub fn tx_dac_os_q(&mut self) -> TX_DAC_OS_Q_W<'_, 16>
pub fn tx_dac_os_q(&mut self) -> TX_DAC_OS_Q_W<'_, 16>
Bits 16:27
Sourcepub fn tx_dac_dat_format(&mut self) -> TX_DAC_DAT_FORMAT_W<'_, 30>
pub fn tx_dac_dat_format(&mut self) -> TX_DAC_DAT_FORMAT_W<'_, 30>
Bit 30
Sourcepub fn tx_dac_iq_swap(&mut self) -> TX_DAC_IQ_SWAP_W<'_, 31>
pub fn tx_dac_iq_swap(&mut self) -> TX_DAC_IQ_SWAP_W<'_, 31>
Bit 31
Methods from Deref<Target = W<DFE_CTRL_1_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