Struct atsame54n19a_pac::usb::device::DEVICE_ENDPOINT[][src]

#[repr(C)]pub struct DEVICE_ENDPOINT {
    pub epcfg: EPCFG,
    pub epstatusclr: EPSTATUSCLR,
    pub epstatusset: EPSTATUSSET,
    pub epstatus: EPSTATUS,
    pub epintflag: EPINTFLAG,
    pub epintenclr: EPINTENCLR,
    pub epintenset: EPINTENSET,
    // some fields omitted
}

Register block

Fields

epcfg: EPCFG

0x00 - DEVICE_ENDPOINT End Point Configuration

epstatusclr: EPSTATUSCLR

0x04 - DEVICE_ENDPOINT End Point Pipe Status Clear

epstatusset: EPSTATUSSET

0x05 - DEVICE_ENDPOINT End Point Pipe Status Set

epstatus: EPSTATUS

0x06 - DEVICE_ENDPOINT End Point Pipe Status

epintflag: EPINTFLAG

0x07 - DEVICE_ENDPOINT End Point Interrupt Flag

epintenclr: EPINTENCLR

0x08 - DEVICE_ENDPOINT End Point Interrupt Clear Flag

epintenset: EPINTENSET

0x09 - DEVICE_ENDPOINT End Point Interrupt Set Flag

Auto Trait Implementations

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.