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