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