Module stm32_hal2::pac::fmc::sr

source ·
Expand description

This register contains information about the FIFO status and interrupt. The FMC features a FIFO that is used when writing to memories to transfer up to 16 words of data.This is used to quickly write to the FIFO and free the AXI bus for transactions to peripherals other than the FMC, while the FMC is draining its FIFO into the memory. One of these register bits indicates the status of the FIFO, for ECC purposes.The ECC is calculated while the data are written to the memory. To read the correct ECC, the software must consequently wait until the FIFO is empty.

Structs§

  • Register SR reader
  • This register contains information about the FIFO status and interrupt. The FMC features a FIFO that is used when writing to memories to transfer up to 16 words of data.This is used to quickly write to the FIFO and free the AXI bus for transactions to peripherals other than the FMC, while the FMC is draining its FIFO into the memory. One of these register bits indicates the status of the FIFO, for ECC purposes.The ECC is calculated while the data are written to the memory. To read the correct ECC, the software must consequently wait until the FIFO is empty.
  • Register SR writer

Type Aliases§

  • Field FEMPT reader - FIFO empty. Read-only bit that provides the status of the FIFO
  • Field IFEN reader - Interrupt falling edge detection enable bit
  • Field IFEN writer - Interrupt falling edge detection enable bit
  • Field IFS reader - Interrupt falling edge status The flag is set by hardware and reset by software. Note: If this bit is written by software to 1 it will be set.
  • Field IFS writer - Interrupt falling edge status The flag is set by hardware and reset by software. Note: If this bit is written by software to 1 it will be set.
  • Field ILEN reader - Interrupt high-level detection enable bit
  • Field ILEN writer - Interrupt high-level detection enable bit
  • Field ILS reader - Interrupt high-level status The flag is set by hardware and reset by software.
  • Field ILS writer - Interrupt high-level status The flag is set by hardware and reset by software.
  • Field IREN reader - Interrupt rising edge detection enable bit
  • Field IREN writer - Interrupt rising edge detection enable bit
  • Field IRS reader - Interrupt rising edge status The flag is set by hardware and reset by software. Note: If this bit is written by software to 1 it will be set.
  • Field IRS writer - Interrupt rising edge status The flag is set by hardware and reset by software. Note: If this bit is written by software to 1 it will be set.