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