[][src]Struct xmc4200::USB0_EP3

pub struct USB0_EP3 { /* fields omitted */ }

Universal Serial Bus

Implementations

impl USB0_EP3[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn diepctl_intbulk(&self) -> &DIEPCTL_INTBULK[src]

0x00 - Device Endpoint Control Register [INTBULK]

pub fn diepctl_intbulk_mut(&self) -> &mut DIEPCTL_INTBULK[src]

0x00 - Device Endpoint Control Register [INTBULK]

pub fn diepctl_isocont(&self) -> &DIEPCTL_ISOCONT[src]

0x00 - Device Endpoint Control Register [ISOCONT]

pub fn diepctl_isocont_mut(&self) -> &mut DIEPCTL_ISOCONT[src]

0x00 - Device Endpoint Control Register [ISOCONT]

pub fn doepctl_intbulk(&self) -> &DOEPCTL_INTBULK[src]

0x200 - Device Endpoint Control Register [INTBULK]

pub fn doepctl_intbulk_mut(&self) -> &mut DOEPCTL_INTBULK[src]

0x200 - Device Endpoint Control Register [INTBULK]

pub fn doepctl_isocont(&self) -> &DOEPCTL_ISOCONT[src]

0x200 - Device Endpoint Control Register [ISOCONT]

pub fn doepctl_isocont_mut(&self) -> &mut DOEPCTL_ISOCONT[src]

0x200 - Device Endpoint Control Register [ISOCONT]

pub fn doeptsiz_control(&self) -> &DOEPTSIZ_CONTROL[src]

0x210 - Device Endpoint Transfer Size Register [CONT]

pub fn doeptsiz_control_mut(&self) -> &mut DOEPTSIZ_CONTROL[src]

0x210 - Device Endpoint Transfer Size Register [CONT]

pub fn doeptsiz_iso(&self) -> &DOEPTSIZ_ISO[src]

0x210 - Device Endpoint Transfer Size Register [ISO]

pub fn doeptsiz_iso_mut(&self) -> &mut DOEPTSIZ_ISO[src]

0x210 - Device Endpoint Transfer Size Register [ISO]

Trait Implementations

impl Deref for USB0_EP3[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for USB0_EP3[src]

Auto Trait Implementations

impl !Sync for USB0_EP3

impl Unpin for USB0_EP3

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.