#[repr(C)]
pub struct USBHS_DEVDMA { pub devdmanxtdsc: DEVDMANXTDSC, pub devdmaaddress: DEVDMAADDRESS, pub devdmacontrol: DEVDMACONTROL, pub devdmastatus: DEVDMASTATUS, }
Expand description

Register block

Fields

devdmanxtdsc: DEVDMANXTDSC

0x00 - Device DMA Channel Next Descriptor Address Register

devdmaaddress: DEVDMAADDRESS

0x04 - Device DMA Channel Address Register

devdmacontrol: DEVDMACONTROL

0x08 - Device DMA Channel Control Register

devdmastatus: DEVDMASTATUS

0x0c - Device 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.