pub struct MUXPOS_W<'a> { /* private fields */ }
Expand description
Field MUXPOS
writer - Positive Mux Input Selection
Implementations
sourceimpl<'a> MUXPOS_W<'a>
impl<'a> MUXPOS_W<'a>
sourcepub fn scaledcorevcc(self) -> &'a mut W
pub fn scaledcorevcc(self) -> &'a mut W
1/4 Scaled Core Supply
sourcepub fn scaledvbat(self) -> &'a mut W
pub fn scaledvbat(self) -> &'a mut W
1/4 Scaled VBAT Supply
sourcepub fn scalediovcc(self) -> &'a mut W
pub fn scalediovcc(self) -> &'a mut W
1/4 Scaled I/O Supply
Auto Trait Implementations
impl<'a> RefUnwindSafe for MUXPOS_W<'a>
impl<'a> Send for MUXPOS_W<'a>
impl<'a> Sync for MUXPOS_W<'a>
impl<'a> Unpin for MUXPOS_W<'a>
impl<'a> !UnwindSafe for MUXPOS_W<'a>
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