Struct lpc43xx::usb0::endptctrl0::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[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 W

impl Sync for W