Struct lpc43xx::usb0::endptctrl0::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 Endpoint 0 is always a control endpoint.

[src]

Bit 7 - Rx endpoint enable Endpoint enabled. Control endpoint 0 is always enabled. This bit is always 1.

[src]

Bit 16 - Tx endpoint stall

[src]

Bits 18:19 - Endpoint type Endpoint 0 is always a control endpoint.

[src]

Bit 23 - Tx endpoint enable Endpoint enabled. Control endpoint 0 is always enabled. This bit is always 1.

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R