pub struct SETUP_R(/* private fields */);Expand description
Field SETUP reader - 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.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SETUP_R
impl RefUnwindSafe for SETUP_R
impl Send for SETUP_R
impl Sync for SETUP_R
impl Unpin for SETUP_R
impl UnsafeUnpin for SETUP_R
impl UnwindSafe for SETUP_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