FMC NAND Configuration Structure definition
More...
#include <stm32f7xx_ll_fmc.h>
Public Attributes | |
uint32_t | EccComputation |
uint32_t | ECCPageSize |
uint32_t | MemoryDataWidth |
uint32_t | NandBank |
uint32_t | TARSetupTime |
uint32_t | TCLRSetupTime |
uint32_t | Waitfeature |
FMC NAND Configuration Structure definition
Definition at line 503 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_NAND_InitTypeDef::EccComputation |
Enables or disables the ECC computation. This parameter can be any value of FMC ECC
Definition at line 514 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_NAND_InitTypeDef::ECCPageSize |
Defines the page size for the extended ECC. This parameter can be any value of FMC ECC Page Size
Definition at line 517 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_NAND_InitTypeDef::MemoryDataWidth |
Specifies the external memory device width. This parameter can be any value of FMC NAND Data Width
Definition at line 511 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_NAND_InitTypeDef::NandBank |
Specifies the NAND memory device that will be used. This parameter can be a value of FMC NAND Bank
Definition at line 505 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_NAND_InitTypeDef::TARSetupTime |
Defines the number of HCLK cycles to configure the delay between ALE low and RE low. This parameter can be a number between Min_Data = 0 and Max_Data = 255
Definition at line 524 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_NAND_InitTypeDef::TCLRSetupTime |
Defines the number of HCLK cycles to configure the delay between CLE low and RE low. This parameter can be a value between Min_Data = 0 and Max_Data = 255
Definition at line 520 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_NAND_InitTypeDef::Waitfeature |
Enables or disables the Wait feature for the NAND Memory device. This parameter can be any value of FMC Wait feature
Definition at line 508 of file stm32f7xx_ll_fmc.h.