[][src]Struct efm32gg11b820::usb::hc1_int::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 xfercompl(&self) -> XFERCOMPLR[src]

Bit 0 - Transfer Completed

pub fn chhltd(&self) -> CHHLTDR[src]

Bit 1 - Channel Halted

pub fn ahberr(&self) -> AHBERRR[src]

Bit 2 - AHB Error

pub fn stall(&self) -> STALLR[src]

Bit 3 - Response Received Interrupt

pub fn nak(&self) -> NAKR[src]

Bit 4 - Response Received Interrupt

pub fn ack(&self) -> ACKR[src]

Bit 5 - Response Received/Transmitted Interrupt

pub fn xacterr(&self) -> XACTERRR[src]

Bit 7 - Transaction Error

pub fn bblerr(&self) -> BBLERRR[src]

Bit 8 - Babble Error

pub fn frmovrun(&self) -> FRMOVRUNR[src]

Bit 9

pub fn datatglerr(&self) -> DATATGLERRR[src]

Bit 10

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

impl<T> Same for T

type Output = T

Should always be Self