Struct lpc43xx::usb1::usbsts_h::_UEIW [] [src]

pub struct _UEIW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _UEIW<'a>
[src]

[src]

Writes variant to the field

[src]

This bit is cleared by software writing a one to it.

[src]

When completion of a USB transaction results in an error condition, this bit is set by the Host/Device Controller. This bit is set along with the USBINT bit, if the TD on which the error interrupt occurred also had its interrupt on complete (IOC) bit set.

[src]

Sets the field bit

[src]

Clears the field bit

[src]

Writes raw bits to the field

Trait Implementations

Auto Trait Implementations

impl<'a> Send for _UEIW<'a>

impl<'a> Sync for _UEIW<'a>