#[repr(C)]
pub struct USBHS_DEVDMA { pub usbhs_devdmanxtdsc: Reg<USBHS_DEVDMANXTDSC_SPEC>, pub usbhs_devdmaaddress: Reg<USBHS_DEVDMAADDRESS_SPEC>, pub usbhs_devdmacontrol: Reg<USBHS_DEVDMACONTROL_SPEC>, pub usbhs_devdmastatus: Reg<USBHS_DEVDMASTATUS_SPEC>, }
Expand description

Register block

Fields

usbhs_devdmanxtdsc: Reg<USBHS_DEVDMANXTDSC_SPEC>

0x00 - Device DMA Channel Next Descriptor Address Register (n = 1)

usbhs_devdmaaddress: Reg<USBHS_DEVDMAADDRESS_SPEC>

0x04 - Device DMA Channel Address Register (n = 1)

usbhs_devdmacontrol: Reg<USBHS_DEVDMACONTROL_SPEC>

0x08 - Device DMA Channel Control Register (n = 1)

usbhs_devdmastatus: Reg<USBHS_DEVDMASTATUS_SPEC>

0x0c - Device DMA Channel Status Register (n = 1)

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.