Struct VREFINTCAL
pub struct VREFINTCAL { /* private fields */ }Expand description
VREFINTCAL peripheral
Implementations§
§impl VREFINTCAL
impl VREFINTCAL
pub unsafe fn steal() -> Peri<'static, VREFINTCAL>
pub unsafe fn steal() -> Peri<'static, VREFINTCAL>
Unsafely create an instance of this peripheral out of thin air.
§Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
§impl Clone for VREFINTCAL
impl Clone for VREFINTCAL
§fn clone(&self) -> VREFINTCAL
fn clone(&self) -> VREFINTCAL
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for VREFINTCAL
impl Debug for VREFINTCAL
impl Copy for VREFINTCAL
impl PeripheralType for VREFINTCAL
Auto Trait Implementations§
impl Freeze for VREFINTCAL
impl RefUnwindSafe for VREFINTCAL
impl Send for VREFINTCAL
impl Sync for VREFINTCAL
impl Unpin for VREFINTCAL
impl UnwindSafe for VREFINTCAL
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