[][src]Struct nrf52840_hal::target::usbd::epstatus::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 epin0(&self) -> EPIN0R[src]

Bit 0 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

pub fn epin1(&self) -> EPIN1R[src]

Bit 1 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 2 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 3 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 4 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 5 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 6 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 7 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

pub fn epin8(&self) -> EPIN8R[src]

Bit 8 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

pub fn epout0(&self) -> EPOUT0R[src]

Bit 16 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 17 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 18 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 19 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 20 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 21 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 22 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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

Bit 23 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

pub fn epout8(&self) -> EPOUT8R[src]

Bit 24 - Captured state of endpoint's EasyDMA registers. Write '1' to clear.

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