[−][src]Struct lpc55s6x_pac::usbfsh::hccontrol::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register
pub fn cbsr(&mut self) -> _CBSRW
[src]
Bits 0:1 - ControlBulkServiceRatio.
pub fn ple(&mut self) -> _PLEW
[src]
Bit 2 - PeriodicListEnable.
pub fn ie(&mut self) -> _IEW
[src]
Bit 3 - IsochronousEnable.
pub fn cle(&mut self) -> _CLEW
[src]
Bit 4 - ControlListEnable.
pub fn ble(&mut self) -> _BLEW
[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) -> _HCFSW
[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) -> _IRW
[src]
Bit 8 - InterruptRouting This bit determines the routing of interrupts generated by events registered in HcInterruptStatus.
pub fn rwc(&mut self) -> _RWCW
[src]
Bit 9 - RemoteWakeupConnected This bit indicates whether HC supports remote wake-up signaling.
pub fn rwe(&mut self) -> _RWEW
[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.
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self