Struct nrf52840::usbd::SIZE[][src]

#[repr(C)]
pub struct SIZE { pub epout: [EPOUT; 8], pub isoout: ISOOUT, }

Register block

Fields

0x00 - Description collection[n]: Number of bytes received last in the data stage of this OUT endpoint

0x20 - Number of bytes received last on this ISO OUT data endpoint

Auto Trait Implementations

impl Send for SIZE

impl !Sync for SIZE