pub struct W(/* private fields */);Expand description
Register dfe_ctrl_3 writer
Implementations§
Source§impl W
impl W
Sourcepub fn rx_adc_4s_i_val(&mut self) -> RX_ADC_4S_I_VAL_W<'_, 0>
pub fn rx_adc_4s_i_val(&mut self) -> RX_ADC_4S_I_VAL_W<'_, 0>
Bits 0:9
Sourcepub fn rx_adc_4s_i_en(&mut self) -> RX_ADC_4S_I_EN_W<'_, 10>
pub fn rx_adc_4s_i_en(&mut self) -> RX_ADC_4S_I_EN_W<'_, 10>
Bit 10
Sourcepub fn rx_adc_4s_q_val(&mut self) -> RX_ADC_4S_Q_VAL_W<'_, 16>
pub fn rx_adc_4s_q_val(&mut self) -> RX_ADC_4S_Q_VAL_W<'_, 16>
Bits 16:25
Sourcepub fn rx_adc_4s_q_en(&mut self) -> RX_ADC_4S_Q_EN_W<'_, 26>
pub fn rx_adc_4s_q_en(&mut self) -> RX_ADC_4S_Q_EN_W<'_, 26>
Bit 26
Methods from Deref<Target = W<DFE_CTRL_3_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