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