[−][src]Struct lpc55s6x_pac::usbfsh::hccontrol::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn cbsr(&self) -> CBSRR
[src]
Bits 0:1 - ControlBulkServiceRatio.
pub fn ple(&self) -> PLER
[src]
Bit 2 - PeriodicListEnable.
pub fn ie(&self) -> IER
[src]
Bit 3 - IsochronousEnable.
pub fn cle(&self) -> CLER
[src]
Bit 4 - ControlListEnable.
pub fn ble(&self) -> BLER
[src]
Bit 5 - BulkListEnable This bit is set to enable the processing of the Bulk list in the next Frame.
pub fn hcfs(&self) -> HCFSR
[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) -> IRR
[src]
Bit 8 - InterruptRouting This bit determines the routing of interrupts generated by events registered in HcInterruptStatus.
pub fn rwc(&self) -> RWCR
[src]
Bit 9 - RemoteWakeupConnected This bit indicates whether HC supports remote wake-up signaling.
pub fn rwe(&self) -> RWER
[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