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