pub struct R(_);Expand description
Register HPRT reader
Implementations
sourceimpl R
impl R
sourcepub fn prtconnsts(&self) -> PRTCONNSTS_R
pub fn prtconnsts(&self) -> PRTCONNSTS_R
Bit 0
sourcepub fn prtconndet(&self) -> PRTCONNDET_R
pub fn prtconndet(&self) -> PRTCONNDET_R
Bit 1
sourcepub fn prtenchng(&self) -> PRTENCHNG_R
pub fn prtenchng(&self) -> PRTENCHNG_R
Bit 3
sourcepub fn prtovrcurract(&self) -> PRTOVRCURRACT_R
pub fn prtovrcurract(&self) -> PRTOVRCURRACT_R
Bit 4
sourcepub fn prtovrcurrchng(&self) -> PRTOVRCURRCHNG_R
pub fn prtovrcurrchng(&self) -> PRTOVRCURRCHNG_R
Bit 5
sourcepub fn prtlnsts(&self) -> PRTLNSTS_R
pub fn prtlnsts(&self) -> PRTLNSTS_R
Bits 10:11
sourcepub fn prttstctl(&self) -> PRTTSTCTL_R
pub fn prttstctl(&self) -> PRTTSTCTL_R
Bits 13:16
Methods from Deref<Target = R<HPRT_SPEC>>
Trait Implementations
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