Struct ADC1_COMMON
pub struct ADC1_COMMON { /* private fields */ }
Expand description
ADC1_COMMON peripheral
Implementations§
§impl ADC1_COMMON
impl ADC1_COMMON
pub unsafe fn steal() -> ADC1_COMMON
pub unsafe fn steal() -> ADC1_COMMON
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 Peripheral for ADC1_COMMON
impl Peripheral for ADC1_COMMON
§type P = ADC1_COMMON
type P = ADC1_COMMON
Peripheral singleton type
§unsafe fn clone_unchecked(&self) -> <ADC1_COMMON as Peripheral>::P
unsafe fn clone_unchecked(&self) -> <ADC1_COMMON as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl Freeze for ADC1_COMMON
impl RefUnwindSafe for ADC1_COMMON
impl Send for ADC1_COMMON
impl Sync for ADC1_COMMON
impl Unpin for ADC1_COMMON
impl UnwindSafe for ADC1_COMMON
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