uc-sdk
|
Timing parameters For FSMC NAND and PCCARD Banks. More...
#include <stm32f10x_fsmc.h>
Public Attributes | |
uint32_t | FSMC_SetupTime |
uint32_t | FSMC_WaitSetupTime |
uint32_t | FSMC_HoldSetupTime |
uint32_t | FSMC_HiZSetupTime |
Timing parameters For FSMC NAND and PCCARD Banks.
Definition at line 151 of file stm32f10x_fsmc.h.
uint32_t FSMC_NAND_PCCARDTimingInitTypeDef::FSMC_HiZSetupTime |
Defines the number of HCLK clock cycles during which the databus is kept in HiZ after the start of a NAND-Flash write access to common/Attribute or I/O memory space (depending on the memory space timing to be configured). This parameter can be a number between 0x00 and 0xFF
Definition at line 172 of file stm32f10x_fsmc.h.
uint32_t FSMC_NAND_PCCARDTimingInitTypeDef::FSMC_HoldSetupTime |
Defines the number of HCLK clock cycles to hold address (and data for write access) after the command deassertion for NAND-Flash read or write access to common/Attribute or I/O memory space (depending on the memory space timing to be configured). This parameter can be a number between 0x00 and 0xFF
Definition at line 165 of file stm32f10x_fsmc.h.
uint32_t FSMC_NAND_PCCARDTimingInitTypeDef::FSMC_SetupTime |
Defines the number of HCLK cycles to setup address before the command assertion for NAND-Flash read or write access to common/Attribute or I/O memory space (depending on the memory space timing to be configured). This parameter can be a value between 0 and 0xFF.
Definition at line 153 of file stm32f10x_fsmc.h.
uint32_t FSMC_NAND_PCCARDTimingInitTypeDef::FSMC_WaitSetupTime |
Defines the minimum number of HCLK cycles to assert the command for NAND-Flash read or write access to common/Attribute or I/O memory space (depending on the memory space timing to be configured). This parameter can be a number between 0x00 and 0xFF
Definition at line 159 of file stm32f10x_fsmc.h.