Struct nrf52840_pac::usbd::halted::HALTED
source · #[repr(C)]pub struct HALTED {
pub epin: [EPIN; 8],
pub epout: [EPOUT; 8],
/* private fields */
}
Expand description
Register block
Fields§
§epin: [EPIN; 8]
0x00..0x20 - Description collection[n]: IN endpoint halted status. Can be used as is as response to a GetStatus() request to endpoint.
epout: [EPOUT; 8]
0x24..0x44 - Description collection[n]: OUT endpoint halted status. Can be used as is as response to a GetStatus() request to endpoint.
Auto Trait Implementations§
impl !Freeze for HALTED
impl !RefUnwindSafe for HALTED
impl Send for HALTED
impl !Sync for HALTED
impl Unpin for HALTED
impl UnwindSafe for HALTED
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