Module mnemos_d1_core::drivers::smhc::idmac

source ยท
Expand description

Internal DMA controller

Structsยง

  • BuffSize ๐Ÿ”’
    The second 32-bit word of an IDMAC descriptor, containing data buffer size.
  • Cfg ๐Ÿ”’
    The first 32-bit word of an IDMAC descriptor, containing configuration data.
  • Descriptor ๐Ÿ”’
    A descriptor that describes how memory needs to transfer data between the SMHC port and host memory. Multiple DMA transfers can be configured by creating a descriptor chain (linked list).
  • DescriptorBuilder ๐Ÿ”’
    A builder for constructing an IDMAC Descriptor.

Enumsยง