pub struct DEV_ADDR_R(/* private fields */);Expand description
Field DEV_ADDR reader - USB device address. After bus reset, the address is reset to 0x00. If the enable bit is set, the device will respond on packets for function address DEV_ADDR. When receiving a SetAddress Control Request from the USB host, software must program the new address before completing the status phase of the SetAddress Control Request.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DEV_ADDR_R
impl RefUnwindSafe for DEV_ADDR_R
impl Send for DEV_ADDR_R
impl Sync for DEV_ADDR_R
impl Unpin for DEV_ADDR_R
impl UnsafeUnpin for DEV_ADDR_R
impl UnwindSafe for DEV_ADDR_R
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