[−][src]Type Definition lpc55_pac::usbfsh::hccontrol::W
type W = W<u32, HCCONTROL>;
Writer for register HCCONTROL
Implementations
impl W
[src]
pub fn cbsr(&mut self) -> CBSR_W<'_>
[src]
Bits 0:1 - ControlBulkServiceRatio.
pub fn ple(&mut self) -> PLE_W<'_>
[src]
Bit 2 - PeriodicListEnable.
pub fn ie(&mut self) -> IE_W<'_>
[src]
Bit 3 - IsochronousEnable.
pub fn cle(&mut self) -> CLE_W<'_>
[src]
Bit 4 - ControlListEnable.
pub fn ble(&mut self) -> BLE_W<'_>
[src]
Bit 5 - BulkListEnable This bit is set to enable the processing of the Bulk list in the next Frame.
pub fn hcfs(&mut self) -> HCFS_W<'_>
[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(&mut self) -> IR_W<'_>
[src]
Bit 8 - InterruptRouting This bit determines the routing of interrupts generated by events registered in HcInterruptStatus.
pub fn rwc(&mut self) -> RWC_W<'_>
[src]
Bit 9 - RemoteWakeupConnected This bit indicates whether HC supports remote wake-up signaling.
pub fn rwe(&mut self) -> RWE_W<'_>
[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.