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