[][src]Struct nrf52840_hal::target::usbd::epdatastatus::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 epin1(&self) -> EPIN1R[src]

Bit 1 - Acknowledged data transfer on this IN endpoint. Write '1' to clear.

pub fn epin2(&self) -> EPIN2R[src]

Bit 2 - Acknowledged data transfer on this IN endpoint. Write '1' to clear.

pub fn epin3(&self) -> EPIN3R[src]

Bit 3 - Acknowledged data transfer on this IN endpoint. Write '1' to clear.

pub fn epin4(&self) -> EPIN4R[src]

Bit 4 - Acknowledged data transfer on this IN endpoint. Write '1' to clear.

pub fn epin5(&self) -> EPIN5R[src]

Bit 5 - Acknowledged data transfer on this IN endpoint. Write '1' to clear.

pub fn epin6(&self) -> EPIN6R[src]

Bit 6 - Acknowledged data transfer on this IN endpoint. Write '1' to clear.

pub fn epin7(&self) -> EPIN7R[src]

Bit 7 - Acknowledged data transfer on this IN endpoint. Write '1' to clear.

pub fn epout1(&self) -> EPOUT1R[src]

Bit 17 - Acknowledged data transfer on this OUT endpoint. Write '1' to clear.

pub fn epout2(&self) -> EPOUT2R[src]

Bit 18 - Acknowledged data transfer on this OUT endpoint. Write '1' to clear.

pub fn epout3(&self) -> EPOUT3R[src]

Bit 19 - Acknowledged data transfer on this OUT endpoint. Write '1' to clear.

pub fn epout4(&self) -> EPOUT4R[src]

Bit 20 - Acknowledged data transfer on this OUT endpoint. Write '1' to clear.

pub fn epout5(&self) -> EPOUT5R[src]

Bit 21 - Acknowledged data transfer on this OUT endpoint. Write '1' to clear.

pub fn epout6(&self) -> EPOUT6R[src]

Bit 22 - Acknowledged data transfer on this OUT endpoint. Write '1' to clear.

pub fn epout7(&self) -> EPOUT7R[src]

Bit 23 - Acknowledged data transfer on this OUT endpoint. Write '1' to clear.

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 = Infallible

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

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