pub struct PH4 { /* private fields */ }Expand description
PH4 peripheral
Implementations§
Trait Implementations§
Source§impl ExtiPin for PH4
impl ExtiPin for PH4
Source§type ExtiChannel = EXTI4
type ExtiChannel = EXTI4
EXTI channel assigned to this pin. Read more
Source§impl UlpiNxtPin<USB_OTG_HS> for PH4
impl UlpiNxtPin<USB_OTG_HS> for PH4
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