[][src]Struct k66::usbhs::usbcmd::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn rs(&self) -> RSR[src]

Bit 0 - Run/Stop

pub fn rst(&self) -> RSTR[src]

Bit 1 - Controller Reset

pub fn fs(&self) -> FSR[src]

Bits 2:3 - Frame list Size

pub fn pse(&self) -> PSER[src]

Bit 4 - Periodic Schedule Enable

pub fn ase(&self) -> ASER[src]

Bit 5 - Asynchronous Schedule Enable

pub fn iaa(&self) -> IAAR[src]

Bit 6 - Interrupt on Async Advance doorbell

pub fn asp(&self) -> ASPR[src]

Bits 8:9 - Asynchronous Schedule Park mode count

pub fn aspe(&self) -> ASPER[src]

Bit 11 - Asynchronous Schedule Park mode Enable

pub fn sutw(&self) -> SUTWR[src]

Bit 13 - Setup TripWire

pub fn atdtw(&self) -> ATDTWR[src]

Bit 14 - Add dTD TripWire

pub fn fs2(&self) -> FS2R[src]

Bit 15 - Frame list Size 2

pub fn itc(&self) -> ITCR[src]

Bits 16:23 - Interrupt Threshold Control

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self