Struct atsame54n19a_pac::usb::host::HOST_PIPE[][src]

#[repr(C)]pub struct HOST_PIPE {
    pub pcfg: PCFG,
    pub binterval: BINTERVAL,
    pub pstatusclr: PSTATUSCLR,
    pub pstatusset: PSTATUSSET,
    pub pstatus: PSTATUS,
    pub pintflag: PINTFLAG,
    pub pintenclr: PINTENCLR,
    pub pintenset: PINTENSET,
    // some fields omitted
}

Register block

Fields

pcfg: PCFG

0x00 - HOST_PIPE End Point Configuration

binterval: BINTERVAL

0x03 - HOST_PIPE Bus Access Period of Pipe

pstatusclr: PSTATUSCLR

0x04 - HOST_PIPE End Point Pipe Status Clear

pstatusset: PSTATUSSET

0x05 - HOST_PIPE End Point Pipe Status Set

pstatus: PSTATUS

0x06 - HOST_PIPE End Point Pipe Status

pintflag: PINTFLAG

0x07 - HOST_PIPE Pipe Interrupt Flag

pintenclr: PINTENCLR

0x08 - HOST_PIPE Pipe Interrupt Flag Clear

pintenset: PINTENSET

0x09 - HOST_PIPE Pipe Interrupt Flag Set

Auto Trait Implementations

impl Send for HOST_PIPE

impl !Sync for HOST_PIPE

impl Unpin for HOST_PIPE

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.