pub struct PC3 { /* private fields */ }
Expand description
PC3 peripheral
Implementations§
Trait Implementations§
Source§impl TXClkPin<ETH, AfioRemapBool<false>> for PC3
impl TXClkPin<ETH, AfioRemapBool<false>> for PC3
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TXClkPin
Source§impl TXClkPin<ETH, AfioRemapBool<true>> for PC3
impl TXClkPin<ETH, AfioRemapBool<true>> for PC3
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TXClkPin
impl Copy for PC3
impl PeripheralType for PC3
Auto Trait Implementations§
impl Freeze for PC3
impl RefUnwindSafe for PC3
impl Send for PC3
impl Sync for PC3
impl Unpin for PC3
impl UnwindSafe for PC3
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