pub struct R(/* private fields */);Expand description
Register dfe_ctrl_4 reader
Implementations§
Source§impl R
impl R
Sourcepub fn rx_pf_th2(&self) -> RX_PF_TH2_R
pub fn rx_pf_th2(&self) -> RX_PF_TH2_R
Bits 0:9
Sourcepub fn rx_pf_th1(&self) -> RX_PF_TH1_R
pub fn rx_pf_th1(&self) -> RX_PF_TH1_R
Bits 16:25
Sourcepub fn rx_pf_q_en(&self) -> RX_PF_Q_EN_R
pub fn rx_pf_q_en(&self) -> RX_PF_Q_EN_R
Bit 30
Sourcepub fn rx_pf_i_en(&self) -> RX_PF_I_EN_R
pub fn rx_pf_i_en(&self) -> RX_PF_I_EN_R
Bit 31
Methods from Deref<Target = R<DFE_CTRL_4_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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