pub struct W(/* private fields */);Expand description
Register CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn vbusenap(&mut self) -> VBUSENAP_W<'_>
pub fn vbusenap(&mut self) -> VBUSENAP_W<'_>
Bit 0 - VBUSEN Active Polarity
Sourcepub fn selfpowered(&mut self) -> SELFPOWERED_W<'_>
pub fn selfpowered(&mut self) -> SELFPOWERED_W<'_>
Bit 3 - PHY Power
Sourcepub fn lemoscctrl(&mut self) -> LEMOSCCTRL_W<'_>
pub fn lemoscctrl(&mut self) -> LEMOSCCTRL_W<'_>
Bits 4:5 - Low Energy Mode Oscillator Control
Sourcepub fn lemphyctrl(&mut self) -> LEMPHYCTRL_W<'_>
pub fn lemphyctrl(&mut self) -> LEMPHYCTRL_W<'_>
Bit 7 - Low Energy Mode USB PHY Control
Sourcepub fn lemidleen(&mut self) -> LEMIDLEEN_W<'_>
pub fn lemidleen(&mut self) -> LEMIDLEEN_W<'_>
Bit 9 - Low Energy Mode on Bus Idle Enable
Sourcepub fn otgclkcdis(&mut self) -> OTGCLKCDIS_W<'_>
pub fn otgclkcdis(&mut self) -> OTGCLKCDIS_W<'_>
Bit 25 - OTG CLKC Disable
Sourcepub fn otgidindis(&mut self) -> OTGIDINDIS_W<'_>
pub fn otgidindis(&mut self) -> OTGIDINDIS_W<'_>
Bit 26 - OTG ID Input Disable
Sourcepub fn otgphyctrldis(&mut self) -> OTGPHYCTRLDIS_W<'_>
pub fn otgphyctrldis(&mut self) -> OTGPHYCTRLDIS_W<'_>
Bit 27 - OTG Control Signals to PHY Disable
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