Struct esp32c3_hal::pac::USB_DEVICE
pub struct USB_DEVICE { /* private fields */ }
Expand description
Full-speed USB Serial/JTAG Controller
Implementations
impl USB_DEVICE
impl USB_DEVICE
pub const PTR: *const RegisterBlock = {0x60043000 as *const esp_hal_common::esp32c3::usb_device::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x60043000 as *const esp_hal_common::esp32c3::usb_device::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
impl Debug for USB_DEVICE
impl Debug for USB_DEVICE
impl Deref for USB_DEVICE
impl Deref for USB_DEVICE
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &<USB_DEVICE as Deref>::Target
fn deref(&self) -> &<USB_DEVICE as Deref>::Target
Dereferences the value.
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