Searched refs:FSMC_DataLatency (Results 1 – 4 of 4) sorted by relevance
176 …_param(IS_FSMC_DATA_LATENCY(FSMC_NORSRAMInitStruct->FSMC_ReadWriteTimingStruct->FSMC_DataLatency)); in FSMC_NORSRAMInit()206 (FSMC_NORSRAMInitStruct->FSMC_ReadWriteTimingStruct->FSMC_DataLatency << 24) | in FSMC_NORSRAMInit()217 …sert_param(IS_FSMC_DATA_LATENCY(FSMC_NORSRAMInitStruct->FSMC_WriteTimingStruct->FSMC_DataLatency)); in FSMC_NORSRAMInit()224 (FSMC_NORSRAMInitStruct->FSMC_WriteTimingStruct->FSMC_DataLatency << 24) | in FSMC_NORSRAMInit()380 FSMC_NORSRAMInitStruct->FSMC_ReadWriteTimingStruct->FSMC_DataLatency = 0xF; in FSMC_NORSRAMStructInit()387 FSMC_NORSRAMInitStruct->FSMC_WriteTimingStruct->FSMC_DataLatency = 0xF; in FSMC_NORSRAMStructInit()
129 (FSMC_NORSRAMInitStruct->FSMC_ReadWriteTimingStruct->FSMC_DataLatency << 24) | in FSMC_NORSRAMInit()139 (FSMC_NORSRAMInitStruct->FSMC_WriteTimingStruct->FSMC_DataLatency << 24) | in FSMC_NORSRAMInit()252 FSMC_NORSRAMInitStruct->FSMC_ReadWriteTimingStruct->FSMC_DataLatency = 0xF; in FSMC_NORSRAMStructInit()259 FSMC_NORSRAMInitStruct->FSMC_WriteTimingStruct->FSMC_DataLatency = 0xF; in FSMC_NORSRAMStructInit()
47 uint32_t FSMC_DataLatency; /* Defines the number of memory clock cycles to issue member
54 uint32_t FSMC_DataLatency; /*!< Defines the number of memory clock cycles to issue member
Completed in 9 milliseconds