[][src]Struct atsams70j19::usbhs::usbhs_hstpip::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 pen0(&self) -> PEN0_R[src]

Bit 0 - Pipe 0 Enable

pub fn pen1(&self) -> PEN1_R[src]

Bit 1 - Pipe 1 Enable

pub fn pen2(&self) -> PEN2_R[src]

Bit 2 - Pipe 2 Enable

pub fn pen3(&self) -> PEN3_R[src]

Bit 3 - Pipe 3 Enable

pub fn pen4(&self) -> PEN4_R[src]

Bit 4 - Pipe 4 Enable

pub fn pen5(&self) -> PEN5_R[src]

Bit 5 - Pipe 5 Enable

pub fn pen6(&self) -> PEN6_R[src]

Bit 6 - Pipe 6 Enable

pub fn pen7(&self) -> PEN7_R[src]

Bit 7 - Pipe 7 Enable

pub fn pen8(&self) -> PEN8_R[src]

Bit 8 - Pipe 8 Enable

pub fn prst0(&self) -> PRST0_R[src]

Bit 16 - Pipe 0 Reset

pub fn prst1(&self) -> PRST1_R[src]

Bit 17 - Pipe 1 Reset

pub fn prst2(&self) -> PRST2_R[src]

Bit 18 - Pipe 2 Reset

pub fn prst3(&self) -> PRST3_R[src]

Bit 19 - Pipe 3 Reset

pub fn prst4(&self) -> PRST4_R[src]

Bit 20 - Pipe 4 Reset

pub fn prst5(&self) -> PRST5_R[src]

Bit 21 - Pipe 5 Reset

pub fn prst6(&self) -> PRST6_R[src]

Bit 22 - Pipe 6 Reset

pub fn prst7(&self) -> PRST7_R[src]

Bit 23 - Pipe 7 Reset

pub fn prst8(&self) -> PRST8_R[src]

Bit 24 - Pipe 8 Reset

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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> From<T> for 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