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