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