Struct PE2
pub struct PE2 { /* private fields */ }
Expand description
PE2 peripheral
Implementations§
Trait Implementations§
source§impl ExternalTriggerPin<TIM3> for PE2
impl ExternalTriggerPin<TIM3> for PE2
source§impl Peripheral for PE2
impl Peripheral for PE2
Auto Trait Implementations§
impl Freeze for PE2
impl RefUnwindSafe for PE2
impl Send for PE2
impl Sync for PE2
impl Unpin for PE2
impl UnwindSafe for PE2
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