pub struct DEV_ADDR_W<'a> { /* private fields */ }Expand description
Field DEV_ADDR writer - 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.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DEV_ADDR_W<'a>
impl<'a> RefUnwindSafe for DEV_ADDR_W<'a>
impl<'a> Send for DEV_ADDR_W<'a>
impl<'a> Sync for DEV_ADDR_W<'a>
impl<'a> Unpin for DEV_ADDR_W<'a>
impl<'a> UnsafeUnpin for DEV_ADDR_W<'a>
impl<'a> !UnwindSafe for DEV_ADDR_W<'a>
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