pub struct CDR { /* private fields */ }
Expand description
ADC common regular data register for dual and triple modes
Implementations§
Auto Trait Implementations§
impl !Freeze for CDR
impl !RefUnwindSafe for CDR
impl Send for CDR
impl !Sync for CDR
impl Unpin for CDR
impl UnwindSafe for CDR
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