HAL + 0/8 examples
CodeScope will show references to FMC_NORSRAM_TimingTypeDef::DataLatency from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Applications
STemWin
STM32469I_EVAL
Examples
FMC
STM324x9I_EVAL
Examples
FMC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALFMC_NORSRAM_TimingTypeDef::DataLatency

FMC_NORSRAM_TimingTypeDef::DataLatency field

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: - It must be set to 0 in case of a CRAM - It is don't care in asynchronous NOR, SRAM or ROM accesses - It may assume a value between Min_Data = 2 and Max_Data = 17 in NOR Flash memories with synchronous burst mode enable

Syntax

uint32_t DataLatency;

Examples

FMC_NORSRAM_TimingTypeDef::DataLatency is referenced by 8 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_fmc.h:330
uint32_t DataLatency; /*!< Defines the number of memory clock cycles to issue
stm32f4xx_ll_fmc.c:412FMC_NORSRAM_Timing_Init()
assert_param(IS_FMC_DATA_LATENCY(Timing->DataLatency));
stm32f4xx_ll_fmc.c:422FMC_NORSRAM_Timing_Init()
(((Timing->DataLatency) - 2U) << FMC_BTR1_DATLAT_Pos) |

Data Use

Functions reading FMC_NORSRAM_TimingTypeDef::DataLatency
FMC_NORSRAM_TimingTypeDef::DataLatency
all items filtered out
Type of FMC_NORSRAM_TimingTypeDef::DataLatency
FMC_NORSRAM_TimingTypeDef::DataLatency
uint32_t
all items filtered out