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