pub struct W(/* private fields */);Expand description
Register HPRT writer
Implementations§
Source§impl W
impl W
Sourcepub fn prtconndet(&mut self) -> PRTCONNDET_W<'_>
pub fn prtconndet(&mut self) -> PRTCONNDET_W<'_>
Bit 1 - Port Connect Detected
Sourcepub fn prtenchng(&mut self) -> PRTENCHNG_W<'_>
pub fn prtenchng(&mut self) -> PRTENCHNG_W<'_>
Bit 3 - Port Enable/Disable Change
Sourcepub fn prtovrcurrchng(&mut self) -> PRTOVRCURRCHNG_W<'_>
pub fn prtovrcurrchng(&mut self) -> PRTOVRCURRCHNG_W<'_>
Bit 5 - Port Overcurrent Change
Sourcepub fn prttstctl(&mut self) -> PRTTSTCTL_W<'_>
pub fn prttstctl(&mut self) -> PRTTSTCTL_W<'_>
Bits 13:16 - Port Test Control
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