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