pub struct W(/* private fields */);Expand description
Register DTHRCTL writer
Implementations§
Source§impl W
impl W
Sourcepub fn nonisothren(&mut self) -> NONISOTHREN_W<'_>
pub fn nonisothren(&mut self) -> NONISOTHREN_W<'_>
Bit 0 - Non-ISO IN Endpoints Threshold Enable
Sourcepub fn isothren(&mut self) -> ISOTHREN_W<'_>
pub fn isothren(&mut self) -> ISOTHREN_W<'_>
Bit 1 - ISO IN Endpoints Threshold Enable
Sourcepub fn txthrlen(&mut self) -> TXTHRLEN_W<'_>
pub fn txthrlen(&mut self) -> TXTHRLEN_W<'_>
Bits 2:10 - Transmit Threshold Length
Sourcepub fn ahbthrratio(&mut self) -> AHBTHRRATIO_W<'_>
pub fn ahbthrratio(&mut self) -> AHBTHRRATIO_W<'_>
Bits 11:12 - AHB Threshold Ratio
Sourcepub fn rxthrlen(&mut self) -> RXTHRLEN_W<'_>
pub fn rxthrlen(&mut self) -> RXTHRLEN_W<'_>
Bits 17:25 - Receive Threshold Length
Sourcepub fn arbprken(&mut self) -> ARBPRKEN_W<'_>
pub fn arbprken(&mut self) -> ARBPRKEN_W<'_>
Bit 27 - Arbiter Parking Enable
Methods from Deref<Target = W<DTHRCTL_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