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