Module stm32_hal2::pac::fmc::pcr

source ·
Expand description

NAND Flash control registers

Structs§

  • NAND Flash control registers
  • Register PCR reader
  • Register PCR writer

Type Aliases§

  • Field ECCEN reader - ECC computation logic enable bit
  • Field ECCEN writer - ECC computation logic enable bit
  • Field ECCPS reader - ECC page size. These bits define the page size for the extended ECC:
  • Field ECCPS writer - ECC page size. These bits define the page size for the extended ECC:
  • Field PBKEN reader - NAND Flash memory bank enable bit. This bit enables the memory bank. Accessing a disabled memory bank causes an ERROR on AXI bus
  • Field PBKEN writer - NAND Flash memory bank enable bit. This bit enables the memory bank. Accessing a disabled memory bank causes an ERROR on AXI bus
  • Field PWAITEN reader - Wait feature enable bit. This bit enables the Wait feature for the NAND Flash memory bank:
  • Field PWAITEN writer - Wait feature enable bit. This bit enables the Wait feature for the NAND Flash memory bank:
  • Field PWID reader - Data bus width. These bits define the external memory device width.
  • Field PWID writer - Data bus width. These bits define the external memory device width.
  • Field TAR reader - ALE to RE delay. These bits set time from ALE low to RE low in number of KCK_FMC clock cycles. Time is: t_ar = (TAR + SET + 2) TKCK_FMC where TKCK_FMC is the FMC clock period Note: Set is MEMSET or ATTSET according to the addressed space.
  • Field TAR writer - ALE to RE delay. These bits set time from ALE low to RE low in number of KCK_FMC clock cycles. Time is: t_ar = (TAR + SET + 2) TKCK_FMC where TKCK_FMC is the FMC clock period Note: Set is MEMSET or ATTSET according to the addressed space.
  • Field TCLR reader - CLE to RE delay. These bits set time from CLE low to RE low in number of KCK_FMC clock cycles. The time is give by the following formula: t_clr = (TCLR + SET + 2) TKCK_FMC where TKCK_FMC is the KCK_FMC clock period Note: Set is MEMSET or ATTSET according to the addressed space.
  • Field TCLR writer - CLE to RE delay. These bits set time from CLE low to RE low in number of KCK_FMC clock cycles. The time is give by the following formula: t_clr = (TCLR + SET + 2) TKCK_FMC where TKCK_FMC is the KCK_FMC clock period Note: Set is MEMSET or ATTSET according to the addressed space.