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