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