[−][src]Type Definition lpc55_pac::usbfsh::hccommandstatus::R
type R = R<u32, HCCOMMANDSTATUS>;
Reader of register HCCOMMANDSTATUS
Implementations
impl R
[src]
pub fn hcr(&self) -> HCR_R
[src]
Bit 0 - HostControllerReset This bit is set by HCD to initiate a software reset of HC.
pub fn clf(&self) -> CLF_R
[src]
Bit 1 - ControlListFilled This bit is used to indicate whether there are any TDs on the Control list.
pub fn blf(&self) -> BLF_R
[src]
Bit 2 - BulkListFilled This bit is used to indicate whether there are any TDs on the Bulk list.
pub fn ocr(&self) -> OCR_R
[src]
Bit 3 - OwnershipChangeRequest This bit is set by an OS HCD to request a change of control of the HC.
pub fn soc(&self) -> SOC_R
[src]
Bits 6:7 - SchedulingOverrunCount These bits are incremented on each scheduling overrun error.