pub struct W(/* private fields */);Expand description
Register dfe_ctrl_4 writer
Implementations§
Source§impl W
impl W
Sourcepub fn rx_pf_th2(&mut self) -> RX_PF_TH2_W<'_, 0>
pub fn rx_pf_th2(&mut self) -> RX_PF_TH2_W<'_, 0>
Bits 0:9
Sourcepub fn rx_pf_th1(&mut self) -> RX_PF_TH1_W<'_, 16>
pub fn rx_pf_th1(&mut self) -> RX_PF_TH1_W<'_, 16>
Bits 16:25
Sourcepub fn rx_pf_q_en(&mut self) -> RX_PF_Q_EN_W<'_, 30>
pub fn rx_pf_q_en(&mut self) -> RX_PF_Q_EN_W<'_, 30>
Bit 30
Sourcepub fn rx_pf_i_en(&mut self) -> RX_PF_I_EN_W<'_, 31>
pub fn rx_pf_i_en(&mut self) -> RX_PF_I_EN_W<'_, 31>
Bit 31
Methods from Deref<Target = W<DFE_CTRL_4_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