#[repr(C)]
pub struct USBHS_HSTDMA { pub hstdmanxtdsc: HSTDMANXTDSC, pub hstdmaaddress: HSTDMAADDRESS, pub hstdmacontrol: HSTDMACONTROL, pub hstdmastatus: HSTDMASTATUS, }
Expand description

Register block

Fields

hstdmanxtdsc: HSTDMANXTDSC

0x00 - Host DMA Channel Next Descriptor Address Register

hstdmaaddress: HSTDMAADDRESS

0x04 - Host DMA Channel Address Register

hstdmacontrol: HSTDMACONTROL

0x08 - Host DMA Channel Control Register

hstdmastatus: HSTDMASTATUS

0x0c - Host DMA Channel Status Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.