STM32F413H-Discovery + 0/2 examples
CodeScope will show references to psramHandle from the following samples and libraries:
Examples
STM32F413H-Discovery
Examples
FMC
 
Symbols
loading...
Files
loading...

psramHandle variable

Examples

psramHandle is referenced by 2 libraries and example projects.

References

LocationReferrerText
stm32f413h_discovery_psram.c:70
SRAM_HandleTypeDef psramHandle;
stm32f413h_discovery_psram.c:89BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:90BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:102BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:103BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:104BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:105BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:106BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:107BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:108BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:109BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:110BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:111BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:112BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:113BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:114BSP_PSRAM_Init()
stm32f413h_discovery_psram.c:117BSP_PSRAM_Init()
BSP_PSRAM_MspInit(&psramHandle, NULL); /* __weak function can be rewritten by the application */
stm32f413h_discovery_psram.c:118BSP_PSRAM_Init()
if(HAL_SRAM_Init(&psramHandle, &Timing, &Timing) != HAL_OK)
stm32f413h_discovery_psram.c:137BSP_PSRAM_DeInit()
stm32f413h_discovery_psram.c:138BSP_PSRAM_DeInit()
stm32f413h_discovery_psram.c:140BSP_PSRAM_DeInit()
if(HAL_SRAM_DeInit(&psramHandle) != HAL_OK)
stm32f413h_discovery_psram.c:150BSP_PSRAM_DeInit()
BSP_PSRAM_MspDeInit(&psramHandle, NULL);
stm32f413h_discovery_psram.c:164BSP_PSRAM_ReadData()
if(HAL_SRAM_Read_16b(&psramHandle, (uint32_t *)uwStartAddress, pData, uwDataSize) != HAL_OK)
stm32f413h_discovery_psram.c:183BSP_PSRAM_ReadData_DMA()
if(HAL_SRAM_Read_DMA(&psramHandle, (uint32_t *)uwStartAddress, (uint32_t *)pData, uwDataSize) != HAL_OK)
stm32f413h_discovery_psram.c:202BSP_PSRAM_WriteData()
if(HAL_SRAM_Write_16b(&psramHandle, (uint32_t *)uwStartAddress, pData, uwDataSize) != HAL_OK)
stm32f413h_discovery_psram.c:221BSP_PSRAM_WriteData_DMA()
if(HAL_SRAM_Write_DMA(&psramHandle, (uint32_t *)uwStartAddress, (uint32_t *)pData, uwDataSize) != HAL_OK)

Data Use

Functions reading psramHandle
psramHandle
Type of psramHandle
psramHandle
all items filtered out