Struct avr_device::atmega32u4::USB_DEVICE
source · pub struct USB_DEVICE { /* private fields */ }
Expand description
USB Device Registers
Implementations§
source§impl USB_DEVICE
impl USB_DEVICE
sourcepub const PTR: *const RegisterBlock = {0xd7 as *const devices::atmega32u4::usb_device::RegisterBlock}
pub const PTR: *const RegisterBlock = {0xd7 as *const devices::atmega32u4::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§
Auto Trait Implementations§
impl Freeze for USB_DEVICE
impl RefUnwindSafe for USB_DEVICE
impl !Sync for USB_DEVICE
impl Unpin for USB_DEVICE
impl UnwindSafe for USB_DEVICE
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