pub struct MCO { /* private fields */ }
Expand description
MCO peripheral
Implementations§
Trait Implementations§
Source§impl McoPin<MCO> for PA8
impl McoPin<MCO> for PA8
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