[][src]Struct atsams70n19::usbhs::usbhs_devept::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 epen0(&self) -> EPEN0_R[src]

Bit 0 - Endpoint 0 Enable

pub fn epen1(&self) -> EPEN1_R[src]

Bit 1 - Endpoint 1 Enable

pub fn epen2(&self) -> EPEN2_R[src]

Bit 2 - Endpoint 2 Enable

pub fn epen3(&self) -> EPEN3_R[src]

Bit 3 - Endpoint 3 Enable

pub fn epen4(&self) -> EPEN4_R[src]

Bit 4 - Endpoint 4 Enable

pub fn epen5(&self) -> EPEN5_R[src]

Bit 5 - Endpoint 5 Enable

pub fn epen6(&self) -> EPEN6_R[src]

Bit 6 - Endpoint 6 Enable

pub fn epen7(&self) -> EPEN7_R[src]

Bit 7 - Endpoint 7 Enable

pub fn epen8(&self) -> EPEN8_R[src]

Bit 8 - Endpoint 8 Enable

pub fn epen9(&self) -> EPEN9_R[src]

Bit 9 - Endpoint 9 Enable

pub fn eprst0(&self) -> EPRST0_R[src]

Bit 16 - Endpoint 0 Reset

pub fn eprst1(&self) -> EPRST1_R[src]

Bit 17 - Endpoint 1 Reset

pub fn eprst2(&self) -> EPRST2_R[src]

Bit 18 - Endpoint 2 Reset

pub fn eprst3(&self) -> EPRST3_R[src]

Bit 19 - Endpoint 3 Reset

pub fn eprst4(&self) -> EPRST4_R[src]

Bit 20 - Endpoint 4 Reset

pub fn eprst5(&self) -> EPRST5_R[src]

Bit 21 - Endpoint 5 Reset

pub fn eprst6(&self) -> EPRST6_R[src]

Bit 22 - Endpoint 6 Reset

pub fn eprst7(&self) -> EPRST7_R[src]

Bit 23 - Endpoint 7 Reset

pub fn eprst8(&self) -> EPRST8_R[src]

Bit 24 - Endpoint 8 Reset

pub fn eprst9(&self) -> EPRST9_R[src]

Bit 25 - Endpoint 9 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