#[repr(C)]
pub struct USBHS_HSTDMA { pub usbhs_hstdmanxtdsc: Reg<USBHS_HSTDMANXTDSC_SPEC>, pub usbhs_hstdmaaddress: Reg<USBHS_HSTDMAADDRESS_SPEC>, pub usbhs_hstdmacontrol: Reg<USBHS_HSTDMACONTROL_SPEC>, pub usbhs_hstdmastatus: Reg<USBHS_HSTDMASTATUS_SPEC>, }
Expand description

Register block

Fields

usbhs_hstdmanxtdsc: Reg<USBHS_HSTDMANXTDSC_SPEC>

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

usbhs_hstdmaaddress: Reg<USBHS_HSTDMAADDRESS_SPEC>

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

usbhs_hstdmacontrol: Reg<USBHS_HSTDMACONTROL_SPEC>

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

usbhs_hstdmastatus: Reg<USBHS_HSTDMASTATUS_SPEC>

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