Type Definition nucleo_h7xx::pac::sdmmc1::FIFOR[]

type FIFOR = Reg<u32, _FIFOR>;

The receive and transmit FIFOs can be only read or written as word (32-bit) wide registers. The FIFOs contain 16 entries on sequential addresses. This allows the CPU to use its load and store multiple operands to read from/write to the FIFO.When accessing SDMMC_FIFOR with half word or byte access an AHB bus fault is generated.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see fifor module