Struct lpc55_hal::drivers::usbd::endpoint_registers::epr::R[][src]

pub struct R { /* fields omitted */ }

Implementations

Value of the register as raw bits

Bits 0:15 - Endpoint buffer address offset for full speed, or bits 0:10 for high speed

Bits 16:25 - Endpoint buffer NBytes while in full speed operation, or bits 11:25 for high speed operation.

Bit 26 - Endpoint type

Bit 29 - Stall

Bit 30 - Disabled

Bit 31 - Active

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.

Should always be Self

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.