pub struct INMSEL_R(/* private fields */);
Expand description
Field INMSEL
reader - Comparator 2 signal selector for inverting input INM
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for INMSEL_R
impl RefUnwindSafe for INMSEL_R
impl Send for INMSEL_R
impl Sync for INMSEL_R
impl Unpin for INMSEL_R
impl UnwindSafe for INMSEL_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