pub struct PA2 { /* private fields */ }
Expand description
PA2 peripheral
Implementations§
Trait Implementations§
Source§impl TimerPin<TIM15, Ch1, AfioRemapBool<false>> for PA2
impl TimerPin<TIM15, Ch1, AfioRemapBool<false>> for PA2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM2, Ch3, AfioRemap<0>> for PA2
impl TimerPin<TIM2, Ch3, AfioRemap<0>> for PA2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM2, Ch3, AfioRemap<1>> for PA2
impl TimerPin<TIM2, Ch3, AfioRemap<1>> for PA2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM5, Ch3, AfioRemapNotApplicable> for PA2
impl TimerPin<TIM5, Ch3, AfioRemapNotApplicable> for PA2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TxPin<USART2, AfioRemapBool<false>> for PA2
impl TxPin<USART2, AfioRemapBool<false>> for PA2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TxPin
impl Copy for PA2
impl PeripheralType for PA2
Auto Trait Implementations§
impl Freeze for PA2
impl RefUnwindSafe for PA2
impl Send for PA2
impl Sync for PA2
impl Unpin for PA2
impl UnwindSafe for PA2
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