pub struct SWPMI1SEL_R(/* private fields */);Expand description
Field SWPMI1SEL reader - SWPMI1 clock source selection
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SWPMI1SEL_R
impl RefUnwindSafe for SWPMI1SEL_R
impl Send for SWPMI1SEL_R
impl Sync for SWPMI1SEL_R
impl Unpin for SWPMI1SEL_R
impl UnwindSafe for SWPMI1SEL_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