Struct lpc43xx::usb0::endptctrl::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 0 - Rx endpoint stall

[src]

Bits 2:3 - Endpoint type

[src]

Bit 5 - Rx data toggle inhibit This bit is only used for test and should always be written as zero. Writing a one to this bit will cause this endpoint to ignore the data toggle sequence and always accept data packets regardless of their data PID.

[src]

Bit 6 - Rx data toggle reset Write 1 to reset the PID sequence. Whenever a configuration event is received for this Endpoint, software must write a one to this bit in order to synchronize the data PIDs between the host and device.

[src]

Bit 7 - Rx endpoint enable An endpoint should be enabled only after it has been configured.

[src]

Bit 16 - Tx endpoint stall

[src]

Bits 18:19 - Tx endpoint type

[src]

Bit 21 - Tx data toggle inhibit This bit is only used for test and should always be written as zero. Writing a one to this bit will cause this endpoint to ignore the data toggle sequence and always accept data packets regardless of their data PID.

[src]

Bit 22 - Tx data toggle reset Write 1 to reset the PID sequence. Whenever a configuration event is received for this Endpoint, software must write a one to this bit in order to synchronize the data PIDs between the host and device.

[src]

Bit 23 - Tx endpoint enable An endpoint should be enabled only after it has been configured

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R