Struct nrf52840_pac::usbd::size::SIZE
source · #[repr(C)]pub struct SIZE {
pub epout: [EPOUT; 8],
pub isoout: ISOOUT,
}
Expand description
Register block
Fields§
§epout: [EPOUT; 8]
0x00..0x20 - Description collection[n]: Number of bytes received last in the data stage of this OUT endpoint
isoout: ISOOUT
0x20 - Number of bytes received last on this ISO OUT data endpoint
Auto Trait Implementations§
impl !Freeze for SIZE
impl !RefUnwindSafe for SIZE
impl Send for SIZE
impl !Sync for SIZE
impl Unpin for SIZE
impl UnwindSafe for SIZE
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