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