pub struct PB11 { /* private fields */ }
Expand description
PB11 peripheral
Implementations§
Trait Implementations§
Source§impl RxPin<USART3, AfioRemap<0>> for PB11
impl RxPin<USART3, AfioRemap<0>> for PB11
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as RxPin
Source§impl SdaPin<I2C2, AfioRemapNotApplicable> for PB11
impl SdaPin<I2C2, AfioRemapNotApplicable> for PB11
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as SdaPin
Source§impl TimerPin<TIM2, Ch4, AfioRemap<2>> for PB11
impl TimerPin<TIM2, Ch4, AfioRemap<2>> for PB11
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM2, Ch4, AfioRemap<3>> for PB11
impl TimerPin<TIM2, Ch4, AfioRemap<3>> for PB11
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
impl Copy for PB11
impl PeripheralType for PB11
Auto Trait Implementations§
impl Freeze for PB11
impl RefUnwindSafe for PB11
impl Send for PB11
impl Sync for PB11
impl Unpin for PB11
impl UnwindSafe for PB11
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