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 vregosen(&mut self) -> VREGOSEN_W<'_>
pub fn vregosen(&mut self) -> VREGOSEN_W<'_>
Bit 17 - VREGO Sense Enable
Sourcepub fn biasprogem01(&mut self) -> BIASPROGEM01_W<'_>
pub fn biasprogem01(&mut self) -> BIASPROGEM01_W<'_>
Bits 20:21 - Regulator Bias Programming Value in EM0/1
Sourcepub fn biasprogem23(&mut self) -> BIASPROGEM23_W<'_>
pub fn biasprogem23(&mut self) -> BIASPROGEM23_W<'_>
Bits 24:25 - Regulator Bias Programming Value in EM2/3
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