pub struct DHR12LD { /* private fields */ }
Expand description
DUAL DAC 12-bit left aligned data holding register
Implementations§
Auto Trait Implementations§
impl !Freeze for DHR12LD
impl !RefUnwindSafe for DHR12LD
impl Send for DHR12LD
impl !Sync for DHR12LD
impl Unpin for DHR12LD
impl UnwindSafe for DHR12LD
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