pub struct R(/* private fields */);Expand description
Register DTHRCTL reader
Implementations§
Source§impl R
impl R
Sourcepub fn nonisothren(&self) -> NONISOTHREN_R
pub fn nonisothren(&self) -> NONISOTHREN_R
Bit 0 - Non-ISO IN Endpoints Threshold Enable
Sourcepub fn isothren(&self) -> ISOTHREN_R
pub fn isothren(&self) -> ISOTHREN_R
Bit 1 - ISO IN Endpoints Threshold Enable
Sourcepub fn txthrlen(&self) -> TXTHRLEN_R
pub fn txthrlen(&self) -> TXTHRLEN_R
Bits 2:10 - Transmit Threshold Length
Sourcepub fn ahbthrratio(&self) -> AHBTHRRATIO_R
pub fn ahbthrratio(&self) -> AHBTHRRATIO_R
Bits 11:12 - AHB Threshold Ratio
Sourcepub fn rxthrlen(&self) -> RXTHRLEN_R
pub fn rxthrlen(&self) -> RXTHRLEN_R
Bits 17:25 - Receive Threshold Length
Sourcepub fn arbprken(&self) -> ARBPRKEN_R
pub fn arbprken(&self) -> ARBPRKEN_R
Bit 27 - Arbiter Parking Enable
Methods from Deref<Target = R<DTHRCTL_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