pub struct W(/* private fields */);Expand description
Register dfe_ctrl_2 writer
Implementations§
Source§impl W
impl W
Sourcepub fn rx_adc_os_i(&mut self) -> RX_ADC_OS_I_W<'_, 0>
pub fn rx_adc_os_i(&mut self) -> RX_ADC_OS_I_W<'_, 0>
Bits 0:9
Sourcepub fn rx_adc_os_q(&mut self) -> RX_ADC_OS_Q_W<'_, 16>
pub fn rx_adc_os_q(&mut self) -> RX_ADC_OS_Q_W<'_, 16>
Bits 16:25
Sourcepub fn rx_adc_dce_flt_en(&mut self) -> RX_ADC_DCE_FLT_EN_W<'_, 28>
pub fn rx_adc_dce_flt_en(&mut self) -> RX_ADC_DCE_FLT_EN_W<'_, 28>
Bit 28
Sourcepub fn rx_adc_low_pow_en(&mut self) -> RX_ADC_LOW_POW_EN_W<'_, 29>
pub fn rx_adc_low_pow_en(&mut self) -> RX_ADC_LOW_POW_EN_W<'_, 29>
Bit 29
Sourcepub fn rx_adc_dat_format(&mut self) -> RX_ADC_DAT_FORMAT_W<'_, 30>
pub fn rx_adc_dat_format(&mut self) -> RX_ADC_DAT_FORMAT_W<'_, 30>
Bit 30
Sourcepub fn rx_adc_iq_swap(&mut self) -> RX_ADC_IQ_SWAP_W<'_, 31>
pub fn rx_adc_iq_swap(&mut self) -> RX_ADC_IQ_SWAP_W<'_, 31>
Bit 31
Methods from Deref<Target = W<DFE_CTRL_2_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