[][src]Type Definition lpc54606_pac::usbfsh::hccommandstatus::W

type W = W<u32, HCCOMMANDSTATUS>;

Writer for register HCCOMMANDSTATUS

Methods

impl W[src]

pub fn hcr(&mut self) -> HCR_W[src]

Bit 0 - HostControllerReset This bit is set by HCD to initiate a software reset of HC.

pub fn clf(&mut self) -> CLF_W[src]

Bit 1 - ControlListFilled This bit is used to indicate whether there are any TDs on the Control list.

pub fn blf(&mut self) -> BLF_W[src]

Bit 2 - BulkListFilled This bit is used to indicate whether there are any TDs on the Bulk list.

pub fn ocr(&mut self) -> OCR_W[src]

Bit 3 - OwnershipChangeRequest This bit is set by an OS HCD to request a change of control of the HC.

pub fn soc(&mut self) -> SOC_W[src]

Bits 6:7 - SchedulingOverrunCount These bits are incremented on each scheduling overrun error.