pub struct R(_);
Expand description
Register DTHRCTL
reader
Implementations
sourceimpl R
impl R
sourcepub fn nonisothren(&self) -> NONISOTHREN_R
pub fn nonisothren(&self) -> NONISOTHREN_R
Bit 0
sourcepub fn isothren(&self) -> ISOTHREN_R
pub fn isothren(&self) -> ISOTHREN_R
Bit 1
sourcepub fn txthrlen(&self) -> TXTHRLEN_R
pub fn txthrlen(&self) -> TXTHRLEN_R
Bits 2:10
sourcepub fn ahbthrratio(&self) -> AHBTHRRATIO_R
pub fn ahbthrratio(&self) -> AHBTHRRATIO_R
Bits 11:12
sourcepub fn rxthrlen(&self) -> RXTHRLEN_R
pub fn rxthrlen(&self) -> RXTHRLEN_R
Bits 17:25
sourcepub fn arbprken(&self) -> ARBPRKEN_R
pub fn arbprken(&self) -> ARBPRKEN_R
Bit 27
Methods from Deref<Target = R<DTHRCTL_SPEC>>
Trait Implementations
sourceimpl From<R<DTHRCTL_SPEC>> for R
impl From<R<DTHRCTL_SPEC>> for R
sourcefn from(reader: R<DTHRCTL_SPEC>) -> Self
fn from(reader: R<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