FSMC NAND Init structure definition. More...
#include <stm32f4xx_fsmc.h>
Public Attributes | |
FSMC_NAND_PCCARDTimingInitTypeDef * | FSMC_AttributeSpaceTimingStruct |
uint32_t | FSMC_Bank |
FSMC_NAND_PCCARDTimingInitTypeDef * | FSMC_CommonSpaceTimingStruct |
uint32_t | FSMC_ECC |
uint32_t | FSMC_ECCPageSize |
uint32_t | FSMC_MemoryDataWidth |
uint32_t | FSMC_TARSetupTime |
uint32_t | FSMC_TCLRSetupTime |
uint32_t | FSMC_Waitfeature |
FSMC NAND Init structure definition.
Definition at line 183 of file stm32f4xx_fsmc.h.
FSMC_NAND_PCCARDTimingInitTypeDef * FSMC_NANDInitTypeDef::FSMC_AttributeSpaceTimingStruct |
FSMC Attribute Space Timing
Definition at line 210 of file stm32f4xx_fsmc.h.
uint32_t FSMC_NANDInitTypeDef::FSMC_Bank |
Specifies the NAND memory bank that will be used. This parameter can be a value of FSMC_NAND_Bank
Definition at line 185 of file stm32f4xx_fsmc.h.
FSMC_NAND_PCCARDTimingInitTypeDef * FSMC_NANDInitTypeDef::FSMC_CommonSpaceTimingStruct |
FSMC Common Space Timing
Definition at line 208 of file stm32f4xx_fsmc.h.
uint32_t FSMC_NANDInitTypeDef::FSMC_ECC |
Enables or disables the ECC computation. This parameter can be any value of FSMC_ECC
Definition at line 194 of file stm32f4xx_fsmc.h.
uint32_t FSMC_NANDInitTypeDef::FSMC_ECCPageSize |
Defines the page size for the extended ECC. This parameter can be any value of FSMC_ECC_Page_Size
Definition at line 197 of file stm32f4xx_fsmc.h.
uint32_t FSMC_NANDInitTypeDef::FSMC_MemoryDataWidth |
Specifies the external memory device width. This parameter can be any value of FSMC_Data_Width
Definition at line 191 of file stm32f4xx_fsmc.h.
uint32_t FSMC_NANDInitTypeDef::FSMC_TARSetupTime |
Defines the number of HCLK cycles to configure the delay between ALE low and RE low. This parameter can be a number between 0x0 and 0xFF
Definition at line 204 of file stm32f4xx_fsmc.h.
uint32_t FSMC_NANDInitTypeDef::FSMC_TCLRSetupTime |
Defines the number of HCLK cycles to configure the delay between CLE low and RE low. This parameter can be a value between 0 and 0xFF.
Definition at line 200 of file stm32f4xx_fsmc.h.
uint32_t FSMC_NANDInitTypeDef::FSMC_Waitfeature |
Enables or disables the Wait feature for the NAND Memory Bank. This parameter can be any value of FSMC_Wait_feature
Definition at line 188 of file stm32f4xx_fsmc.h.