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