pub struct SETUP_W<'a> { /* private fields */ }Expand description
Field SETUP writer - SETUP token received. If a SETUP token is received and acknowledged by the device, this bit is set. As long as this bit is set all received IN and OUT tokens will be NAKed by HW. SW must clear this bit by writing a one. If this bit is zero, HW will handle the tokens to the CTRL EP0 as indicated by the CTRL EP0 IN and OUT data information programmed by SW.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SETUP_W<'a>
impl<'a> RefUnwindSafe for SETUP_W<'a>
impl<'a> Send for SETUP_W<'a>
impl<'a> Sync for SETUP_W<'a>
impl<'a> Unpin for SETUP_W<'a>
impl<'a> UnsafeUnpin for SETUP_W<'a>
impl<'a> !UnwindSafe for SETUP_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