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