[][src]Struct xmc4800::usb0_ep0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub diepctl0: DIEPCTL0,
    pub diepint0: DIEPINT0,
    pub dieptsiz0: DIEPTSIZ0,
    pub diepdma0: DIEPDMA0,
    pub dtxfsts0: DTXFSTS0,
    pub diepdmab0: DIEPDMAB0,
    pub doepctl0: DOEPCTL0,
    pub doepint0: DOEPINT0,
    pub doeptsiz0: DOEPTSIZ0,
    pub doepdma0: DOEPDMA0,
    pub doepdmab0: DOEPDMAB0,
    // some fields omitted
}

Register block

Fields

diepctl0: DIEPCTL0

0x00 - Device Control IN Endpoint Control Register

diepint0: DIEPINT0

0x08 - Device Endpoint Interrupt Register

dieptsiz0: DIEPTSIZ0

0x10 - Device IN Endpoint Transfer Size Register

diepdma0: DIEPDMA0

0x14 - Device Endpoint DMA Address Register

dtxfsts0: DTXFSTS0

0x18 - Device IN Endpoint Transmit FIFO Status Register

diepdmab0: DIEPDMAB0

0x1c - Device Endpoint DMA Buffer Address Register

doepctl0: DOEPCTL0

0x200 - Device Control OUT Endpoint Control Register

doepint0: DOEPINT0

0x208 - Device Endpoint Interrupt Register

doeptsiz0: DOEPTSIZ0

0x210 - Device OUT Endpoint Transfer Size Register

doepdma0: DOEPDMA0

0x214 - Device Endpoint DMA Address Register

doepdmab0: DOEPDMAB0

0x21c - Device Endpoint DMA Buffer Address Register

Auto Trait Implementations

Blanket Implementations

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

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