Struct esp32c3::USB_DEVICE
source · pub struct USB_DEVICE { /* private fields */ }
Expand description
Full-speed USB Serial/JTAG Controller
Implementations
sourceimpl USB_DEVICE
impl USB_DEVICE
sourcepub const PTR: *const RegisterBlock = {0x60043000 as *const usb_device::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x60043000 as *const usb_device::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Debug for USB_DEVICE
impl Debug for USB_DEVICE
sourceimpl Deref for USB_DEVICE
impl Deref for USB_DEVICE
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for USB_DEVICE
Auto Trait Implementations
impl RefUnwindSafe for USB_DEVICE
impl !Sync for USB_DEVICE
impl Unpin for USB_DEVICE
impl UnwindSafe for USB_DEVICE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more