pub struct W(_);
Expand description
Register DTHRCTL
writer
Implementations
sourceimpl W
impl W
sourcepub fn nonisothren(&mut self) -> NONISOTHREN_W<'_, 0>
pub fn nonisothren(&mut self) -> NONISOTHREN_W<'_, 0>
Bit 0
sourcepub fn isothren(&mut self) -> ISOTHREN_W<'_, 1>
pub fn isothren(&mut self) -> ISOTHREN_W<'_, 1>
Bit 1
sourcepub fn txthrlen(&mut self) -> TXTHRLEN_W<'_, 2>
pub fn txthrlen(&mut self) -> TXTHRLEN_W<'_, 2>
Bits 2:10
sourcepub fn ahbthrratio(&mut self) -> AHBTHRRATIO_W<'_, 11>
pub fn ahbthrratio(&mut self) -> AHBTHRRATIO_W<'_, 11>
Bits 11:12
sourcepub fn rxthrlen(&mut self) -> RXTHRLEN_W<'_, 17>
pub fn rxthrlen(&mut self) -> RXTHRLEN_W<'_, 17>
Bits 17:25
sourcepub fn arbprken(&mut self) -> ARBPRKEN_W<'_, 27>
pub fn arbprken(&mut self) -> ARBPRKEN_W<'_, 27>
Bit 27
Methods from Deref<Target = W<DTHRCTL_SPEC>>
Trait Implementations
sourceimpl From<W<DTHRCTL_SPEC>> for W
impl From<W<DTHRCTL_SPEC>> for W
sourcefn from(writer: W<DTHRCTL_SPEC>) -> Self
fn from(writer: W<DTHRCTL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more