pub struct Dac12 { /* private fields */ }Implementations§
Source§impl Dac12
impl Dac12
Sourcepub const fn daadscr(&self) -> &'static Reg<Daadscr_SPEC, RW>
pub const fn daadscr(&self) -> &'static Reg<Daadscr_SPEC, RW>
D/A A/D Synchronous Start Control Register
Sourcepub const fn daampcr(&self) -> &'static Reg<Daampcr_SPEC, RW>
pub const fn daampcr(&self) -> &'static Reg<Daampcr_SPEC, RW>
D/A Output Amplifier Control Register
Trait Implementations§
impl Copy for Dac12
impl Eq for Dac12
impl Send for Dac12
12-bit D/A converter
impl StructuralPartialEq for Dac12
impl Sync for Dac12
Auto Trait Implementations§
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