pub struct PA12 { /* private fields */ }Expand description
PA12 peripheral
Implementations§
Trait Implementations§
Source§impl ExternalTriggerPin<TIM1, AfioRemap<0>> for PA12
impl ExternalTriggerPin<TIM1, AfioRemap<0>> for PA12
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as
ExternalTriggerPin.Source§impl ExternalTriggerPin<TIM1, AfioRemap<1>> for PA12
impl ExternalTriggerPin<TIM1, AfioRemap<1>> for PA12
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as
ExternalTriggerPin.Source§impl ExtiPin for PA12
Available on crate feature exti only.
impl ExtiPin for PA12
Available on crate feature
exti only.Source§type ExtiChannel = EXTI12
type ExtiChannel = EXTI12
EXTI channel assigned to this pin. Read more
Source§impl RtsPin<USART1, AfioRemapBool<false>> for PA12
impl RtsPin<USART1, AfioRemapBool<false>> for PA12
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as
RtsPin.Source§impl RtsPin<USART1, AfioRemapBool<true>> for PA12
impl RtsPin<USART1, AfioRemapBool<true>> for PA12
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as
RtsPin.impl Copy for PA12
impl PeripheralType for PA12
Auto Trait Implementations§
impl Freeze for PA12
impl RefUnwindSafe for PA12
impl Send for PA12
impl Sync for PA12
impl Unpin for PA12
impl UnwindSafe for PA12
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