pub struct DACC2DOR_R(/* private fields */);Expand description
Field DACC2DOR reader - DAC channel2 data output
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DACC2DOR_R
impl RefUnwindSafe for DACC2DOR_R
impl Send for DACC2DOR_R
impl Sync for DACC2DOR_R
impl Unpin for DACC2DOR_R
impl UnwindSafe for DACC2DOR_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