Struct stm32f446_hal::stm32f446::sdmmc::SDMMC_IDMACTRLR[][src]

pub struct SDMMC_IDMACTRLR { /* fields omitted */ }

The receive and transmit FIFOs can be read or written as 32-bit wide registers. The FIFOs contain 32 entries on 32 sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.

Methods

impl SDMMC_IDMACTRLR
[src]

Modifies the contents of the register

Reads the contents of the register

Writes to the register

Writes the reset value to the register

Auto Trait Implementations