Struct nrf52840_pac::usbd::SIZE[][src]

#[repr(C)]
pub struct SIZE { pub epout: [Reg<EPOUT_SPEC>; 8], pub isoout: Reg<ISOOUT_SPEC>, }
Expand description

Register block

Fields

epout: [Reg<EPOUT_SPEC>; 8]

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

isoout: Reg<ISOOUT_SPEC>

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.