Struct esp32c3_hal::peripherals::UHCI1
source · pub struct UHCI1 { /* private fields */ }
Implementations§
source§impl UHCI1
impl UHCI1
sourcepub unsafe fn steal() -> UHCI1
pub unsafe fn steal() -> UHCI1
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Peripheral for UHCI1
impl Peripheral for UHCI1
Auto Trait Implementations§
impl RefUnwindSafe for UHCI1
impl Send for UHCI1
impl Sync for UHCI1
impl Unpin for UHCI1
impl UnwindSafe for UHCI1
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