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