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