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

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

Proxy

Methods

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

[src]

Writes variant to the field

[src]

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

[src]

This bit is set by the Host Controller when the cause of an interrupt is a completion of a USB transaction where the Transfer Descriptor (TD) has an interrupt on complete (IOC) bit set and the TD was from the periodic schedule. This bit is also set by the Host Controller when a short packet is detected and the packet is on the periodic schedule. A short packet is when the actual number of bytes received was less than the expected number of bytes.

[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 _UPIW<'a>

impl<'a> Sync for _UPIW<'a>