pub struct MCO { /* private fields */ }Expand description
MCO peripheral
Implementations§
Trait Implementations§
Source§impl McoPin<MCO> for PA8
Available on afio only.
impl McoPin<MCO> for PA8
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as
McoPin.impl Copy for MCO
impl PeripheralType for MCO
Auto Trait Implementations§
impl Freeze for MCO
impl RefUnwindSafe for MCO
impl Send for MCO
impl Sync for MCO
impl Unpin for MCO
impl UnwindSafe for MCO
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.