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