Struct esp32s3_hal::pac::USB_DEVICE
pub struct USB_DEVICE { /* private fields */ }
Expand description
Peripheral USB_DEVICE
Implementations§
§impl USB_DEVICE
impl USB_DEVICE
pub const PTR: *const RegisterBlock = {0x60038000 as *const esp_hal_common::esp32s3::usb_device::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x60038000 as *const esp_hal_common::esp32s3::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.