pub struct PM12 { /* private fields */ }Expand description
PM12 peripheral
Implementations§
Trait Implementations§
Source§impl DmPin<USB_OTG_FS> for PM12
impl DmPin<USB_OTG_FS> for PM12
Source§impl ExtiPin for PM12
impl ExtiPin for PM12
Source§type ExtiChannel = EXTI12
type ExtiChannel = EXTI12
EXTI channel assigned to this pin. Read more
impl Copy for PM12
impl PeripheralType for PM12
Auto Trait Implementations§
impl Freeze for PM12
impl RefUnwindSafe for PM12
impl Send for PM12
impl Sync for PM12
impl Unpin for PM12
impl UnwindSafe for PM12
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