pub struct DAC2 { /* private fields */ }
Expand description
DAC2 peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for DAC2
impl Peripheral for DAC2
impl DacPin<DAC2, 1> for PA6
impl Instance for DAC2
impl RccPeripheral for DAC2
Auto Trait Implementations§
impl Freeze for DAC2
impl RefUnwindSafe for DAC2
impl Send for DAC2
impl Sync for DAC2
impl Unpin for DAC2
impl UnwindSafe for DAC2
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