nrf52840_pac/usbd/
size.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct SIZE {
4    #[doc = "0x00..0x20 - Description collection\\[n\\]: Number of bytes received last in the data stage of this OUT endpoint"]
5    pub epout: [EPOUT; 8],
6    #[doc = "0x20 - Number of bytes received last on this ISO OUT data endpoint"]
7    pub isoout: ISOOUT,
8}
9#[doc = "EPOUT (rw) register accessor: an alias for `Reg<EPOUT_SPEC>`"]
10pub type EPOUT = crate::Reg<epout::EPOUT_SPEC>;
11#[doc = "Description collection\\[n\\]: Number of bytes received last in the data stage of this OUT endpoint"]
12pub mod epout;
13#[doc = "ISOOUT (r) register accessor: an alias for `Reg<ISOOUT_SPEC>`"]
14pub type ISOOUT = crate::Reg<isoout::ISOOUT_SPEC>;
15#[doc = "Number of bytes received last on this ISO OUT data endpoint"]
16pub mod isoout;