[][src]Type Definition lpc55s6x_pac::usbfsh::hccontrol::R

type R = R<u32, HCCONTROL>;

Reader of register HCCONTROL

Methods

impl R[src]

pub fn cbsr(&self) -> CBSR_R[src]

Bits 0:1 - ControlBulkServiceRatio.

pub fn ple(&self) -> PLE_R[src]

Bit 2 - PeriodicListEnable.

pub fn ie(&self) -> IE_R[src]

Bit 3 - IsochronousEnable.

pub fn cle(&self) -> CLE_R[src]

Bit 4 - ControlListEnable.

pub fn ble(&self) -> BLE_R[src]

Bit 5 - BulkListEnable This bit is set to enable the processing of the Bulk list in the next Frame.

pub fn hcfs(&self) -> HCFS_R[src]

Bits 6:7 - HostControllerFunctionalState for USB 00b: USBRESET 01b: USBRESUME 10b: USBOPERATIONAL 11b: USBSUSPEND A transition to USBOPERATIONAL from another state causes SOFgeneration to begin 1 ms later.

pub fn ir(&self) -> IR_R[src]

Bit 8 - InterruptRouting This bit determines the routing of interrupts generated by events registered in HcInterruptStatus.

pub fn rwc(&self) -> RWC_R[src]

Bit 9 - RemoteWakeupConnected This bit indicates whether HC supports remote wake-up signaling.

pub fn rwe(&self) -> RWE_R[src]

Bit 10 - RemoteWakeupEnable This bit is used by HCD to enable or disable the remote wake-up feature upon the detection of upstream resume signaling.