[][src]Struct sam3x8e::uotghs::ctrl::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 idte(&self) -> IDTER[src]

Bit 0 - ID Transition Interrupt Enable

pub fn vbuste(&self) -> VBUSTER[src]

Bit 1 - VBus Transition Interrupt Enable

pub fn srpe(&self) -> SRPER[src]

Bit 2 - SRP Interrupt Enable

pub fn vberre(&self) -> VBERRER[src]

Bit 3 - VBus Error Interrupt Enable

pub fn bcerre(&self) -> BCERRER[src]

Bit 4 - B-Connection Error Interrupt Enable

pub fn roleexe(&self) -> ROLEEXER[src]

Bit 5 - Role Exchange Interrupt Enable

pub fn hnperre(&self) -> HNPERRER[src]

Bit 6 - HNP Error Interrupt Enable

pub fn stoe(&self) -> STOER[src]

Bit 7 - Suspend Time-Out Interrupt Enable

pub fn vbushwc(&self) -> VBUSHWCR[src]

Bit 8 - VBus Hardware Control

pub fn srpsel(&self) -> SRPSELR[src]

Bit 9 - SRP Selection

pub fn srpreq(&self) -> SRPREQR[src]

Bit 10 - SRP Request

pub fn hnpreq(&self) -> HNPREQR[src]

Bit 11 - HNP Request

pub fn otgpade(&self) -> OTGPADER[src]

Bit 12 - OTG Pad Enable

pub fn vbuspo(&self) -> VBUSPOR[src]

Bit 13 - VBus Polarity Off

pub fn frzclk(&self) -> FRZCLKR[src]

Bit 14 - Freeze USB Clock

pub fn usbe(&self) -> USBER[src]

Bit 15 - UOTGHS Enable

pub fn timvalue(&self) -> TIMVALUER[src]

Bits 16:17 - Timer Value

pub fn timpage(&self) -> TIMPAGER[src]

Bits 20:21 - Timer Page

pub fn unlock(&self) -> UNLOCKR[src]

Bit 22 - Timer Access Unlock

pub fn uide(&self) -> UIDER[src]

Bit 24 - UOTGID Pin Enable

pub fn uimod(&self) -> UIMODR[src]

Bit 25 - UOTGHS Mode

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]