[][src]Struct lpc55s6x_hal::drivers::usbd::endpoint_registers::epr::R

pub struct R { /* fields omitted */ }

Methods

impl R[src]

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

Value of the register as raw bits

pub fn addroff(&self) -> ADDROFFR[src]

Bits 0:15 - Endpoint buffer address offset

pub fn nbytes(&self) -> NBYTESR[src]

Bits 16:25 - Endpoint buffer NBytes

pub fn t(&self) -> TR[src]

Bit 26 - Endpoint type

pub fn s(&self) -> SR[src]

Bit 29 - Stall

pub fn d(&self) -> DR[src]

Bit 30 - Disabled

pub fn a(&self) -> AR[src]

Bit 31 - Active

Auto Trait Implementations

impl Unpin for R

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