Struct PE5
pub struct PE5 { /* private fields */ }
Expand description
PE5 peripheral
Implementations§
Trait Implementations§
source§impl Channel3Pin<TIM3> for PE5
impl Channel3Pin<TIM3> for PE5
source§impl Peripheral for PE5
impl Peripheral 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