pub struct PH4 { /* private fields */ }Expand description
PH4 peripheral
Implementations§
Trait Implementations§
Source§impl ExtiPin for PH4
Available on crate feature exti only.
impl ExtiPin for PH4
Available on crate feature
exti only.Source§type ExtiChannel = EXTI4
type ExtiChannel = EXTI4
EXTI channel assigned to this pin. Read more
Source§impl UlpiNxtPin<USB_OTG_HS> for PH4
Available on non-afio only.
impl UlpiNxtPin<USB_OTG_HS> for PH4
Available on non-
afio only.impl Copy for PH4
impl PeripheralType for PH4
Auto Trait Implementations§
impl Freeze for PH4
impl RefUnwindSafe for PH4
impl Send for PH4
impl Sync for PH4
impl Unpin for PH4
impl UnwindSafe for PH4
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