pub struct R(/* private fields */);
Expand description
Register HPRT
reader
Implementations§
Source§impl R
impl R
Sourcepub fn prtconnsts(&self) -> PRTCONNSTS_R
pub fn prtconnsts(&self) -> PRTCONNSTS_R
Bit 0 - Port Connect Status
Sourcepub fn prtconndet(&self) -> PRTCONNDET_R
pub fn prtconndet(&self) -> PRTCONNDET_R
Bit 1 - Port Connect Detected
Sourcepub fn prtenchng(&self) -> PRTENCHNG_R
pub fn prtenchng(&self) -> PRTENCHNG_R
Bit 3 - Port Enable/Disable Change
Sourcepub fn prtovrcurract(&self) -> PRTOVRCURRACT_R
pub fn prtovrcurract(&self) -> PRTOVRCURRACT_R
Bit 4 - Port Overcurrent Active
Sourcepub fn prtovrcurrchng(&self) -> PRTOVRCURRCHNG_R
pub fn prtovrcurrchng(&self) -> PRTOVRCURRCHNG_R
Bit 5 - Port Overcurrent Change
Sourcepub fn prtlnsts(&self) -> PRTLNSTS_R
pub fn prtlnsts(&self) -> PRTLNSTS_R
Bits 10:11 - Port Line Status
Sourcepub fn prttstctl(&self) -> PRTTSTCTL_R
pub fn prttstctl(&self) -> PRTTSTCTL_R
Bits 13:16 - Port Test Control
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