#[repr(C)]
pub struct USBHS_DEVDMA { pub devdmanxtdsc: Reg<DEVDMANXTDSC_SPEC>, pub devdmaaddress: Reg<DEVDMAADDRESS_SPEC>, pub devdmacontrol: Reg<DEVDMACONTROL_SPEC>, pub devdmastatus: Reg<DEVDMASTATUS_SPEC>, }
Expand description

Register block

Fields

devdmanxtdsc: Reg<DEVDMANXTDSC_SPEC>

0x00 - Device DMA Channel Next Descriptor Address Register

devdmaaddress: Reg<DEVDMAADDRESS_SPEC>

0x04 - Device DMA Channel Address Register

devdmacontrol: Reg<DEVDMACONTROL_SPEC>

0x08 - Device DMA Channel Control Register

devdmastatus: Reg<DEVDMASTATUS_SPEC>

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.