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