pub struct W(/* private fields */);Expand description
Register dfe_ctrl_6 writer
Implementations§
Source§impl W
impl W
Sourcepub fn rx_pm_freqshift_cw(&mut self) -> RX_PM_FREQSHIFT_CW_W<'_, 0>
pub fn rx_pm_freqshift_cw(&mut self) -> RX_PM_FREQSHIFT_CW_W<'_, 0>
Bits 0:19
Sourcepub fn rx_pm_freqshift_en(&mut self) -> RX_PM_FREQSHIFT_EN_W<'_, 20>
pub fn rx_pm_freqshift_en(&mut self) -> RX_PM_FREQSHIFT_EN_W<'_, 20>
Bit 20
Sourcepub fn rx_pm_done(&mut self) -> RX_PM_DONE_W<'_, 28>
pub fn rx_pm_done(&mut self) -> RX_PM_DONE_W<'_, 28>
Bit 28
Sourcepub fn rx_pm_en(&mut self) -> RX_PM_EN_W<'_, 29>
pub fn rx_pm_en(&mut self) -> RX_PM_EN_W<'_, 29>
Bit 29
Sourcepub fn rx_pm_in_sel(&mut self) -> RX_PM_IN_SEL_W<'_, 30>
pub fn rx_pm_in_sel(&mut self) -> RX_PM_IN_SEL_W<'_, 30>
Bits 30:31
Methods from Deref<Target = W<DFE_CTRL_6_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