[][src]Struct sam3x8e::uotghs::sr::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 idti(&self) -> IDTIR[src]

Bit 0 - ID Transition Interrupt

pub fn vbusti(&self) -> VBUSTIR[src]

Bit 1 - VBus Transition Interrupt

pub fn srpi(&self) -> SRPIR[src]

Bit 2 - SRP Interrupt

pub fn vberri(&self) -> VBERRIR[src]

Bit 3 - VBus Error Interrupt

pub fn bcerri(&self) -> BCERRIR[src]

Bit 4 - B-Connection Error Interrupt

pub fn roleexi(&self) -> ROLEEXIR[src]

Bit 5 - Role Exchange Interrupt

pub fn hnperri(&self) -> HNPERRIR[src]

Bit 6 - HNP Error Interrupt

pub fn stoi(&self) -> STOIR[src]

Bit 7 - Suspend Time-Out Interrupt

pub fn vbusrq(&self) -> VBUSRQR[src]

Bit 9 - VBus Request

pub fn id(&self) -> IDR[src]

Bit 10 - UOTGID Pin State

pub fn vbus(&self) -> VBUSR[src]

Bit 11 - VBus Level

pub fn speed(&self) -> SPEEDR[src]

Bits 12:13 - Speed Status

pub fn clkusable(&self) -> CLKUSABLER[src]

Bit 14 - UTMI Clock Usable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

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]