Struct esp32c3_hal::peripherals::UHCI0
source · pub struct UHCI0 { /* private fields */ }
Implementations§
source§impl UHCI0
impl UHCI0
sourcepub unsafe fn steal() -> UHCI0
pub unsafe fn steal() -> UHCI0
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 UHCI0
impl Peripheral for UHCI0
Auto Trait Implementations§
impl RefUnwindSafe for UHCI0
impl Send for UHCI0
impl Sync for UHCI0
impl Unpin for UHCI0
impl UnwindSafe for UHCI0
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