![]() |
RTEMS 6.1-rc7
|
FMC NORSRAM Timing parameters structure definition. More...
#include <stm32h7xx_ll_fmc.h>
Data Fields | |
uint32_t | AddressSetupTime |
uint32_t | AddressHoldTime |
uint32_t | DataSetupTime |
uint32_t | BusTurnAroundDuration |
uint32_t | CLKDivision |
uint32_t | DataLatency |
uint32_t | AccessMode |
FMC NORSRAM Timing parameters structure definition.
uint32_t FMC_NORSRAM_TimingTypeDef::AccessMode |
Specifies the asynchronous access mode. This parameter can be a value of FMC Access Mode
uint32_t FMC_NORSRAM_TimingTypeDef::AddressHoldTime |
Defines the number of HCLK cycles to configure the duration of the address hold time. This parameter can be a value between Min_Data = 1 and Max_Data = 15.
uint32_t FMC_NORSRAM_TimingTypeDef::AddressSetupTime |
Defines the number of HCLK cycles to configure the duration of the address setup time. This parameter can be a value between Min_Data = 0 and Max_Data = 15.
uint32_t FMC_NORSRAM_TimingTypeDef::BusTurnAroundDuration |
Defines the number of HCLK cycles to configure the duration of the bus turnaround. This parameter can be a value between Min_Data = 0 and Max_Data = 15.
uint32_t FMC_NORSRAM_TimingTypeDef::CLKDivision |
Defines the period of CLK clock output signal, expressed in number of HCLK cycles. This parameter can be a value between Min_Data = 2 and Max_Data = 16.
uint32_t FMC_NORSRAM_TimingTypeDef::DataLatency |
Defines the number of memory clock cycles to issue to the memory before getting the first data. The parameter value depends on the memory type as shown below:
uint32_t FMC_NORSRAM_TimingTypeDef::DataSetupTime |
Defines the number of HCLK cycles to configure the duration of the data setup time. This parameter can be a value between Min_Data = 1 and Max_Data = 255.