Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO_L4R9I-LCD-demo
Private Functions
[STM32L4R9I_DISCOVERY PSRAM]
Functions | |
uint8_t | BSP_PSRAM_Init (void) |
Initializes the PSRAM device. | |
uint8_t | BSP_PSRAM_DeInit (void) |
DeInitializes the PSRAM device. | |
uint8_t | BSP_PSRAM_ReadData (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
Reads an amount of data from the PSRAM device in polling mode. | |
uint8_t | BSP_PSRAM_ReadData_DMA (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
Reads an amount of data from the PSRAM device in DMA mode. | |
uint8_t | BSP_PSRAM_WriteData (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
Writes an amount of data from the PSRAM device in polling mode. | |
uint8_t | BSP_PSRAM_WriteData_DMA (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
Writes an amount of data from the PSRAM device in DMA mode. | |
__weak void | BSP_PSRAM_MspInit (SRAM_HandleTypeDef *hsram, void *Params) |
Initializes PSRAM MSP. | |
__weak void | BSP_PSRAM_MspDeInit (SRAM_HandleTypeDef *hsram, void *Params) |
DeInitializes SRAM MSP. |
Function Documentation
uint8_t BSP_PSRAM_DeInit | ( | void | ) |
DeInitializes the PSRAM device.
- Return values:
-
PSRAM status
Definition at line 159 of file stm32l4r9i_discovery_psram.c.
uint8_t BSP_PSRAM_Init | ( | void | ) |
Initializes the PSRAM device.
- Return values:
-
PSRAM status
Definition at line 96 of file stm32l4r9i_discovery_psram.c.
__weak void BSP_PSRAM_MspDeInit | ( | SRAM_HandleTypeDef * | hsram, |
void * | Params | ||
) |
DeInitializes SRAM MSP.
- Parameters:
-
hsram,: SRAM handle Params
- Return values:
-
None
Definition at line 398 of file stm32l4r9i_discovery_psram.c.
__weak void BSP_PSRAM_MspInit | ( | SRAM_HandleTypeDef * | hsram, |
void * | Params | ||
) |
Initializes PSRAM MSP.
- Parameters:
-
hsram,: PSRAM handle Params
- Return values:
-
None
Definition at line 272 of file stm32l4r9i_discovery_psram.c.
uint8_t BSP_PSRAM_ReadData | ( | uint32_t | uwStartAddress, |
uint16_t * | pData, | ||
uint32_t | uwDataSize | ||
) |
Reads an amount of data from the PSRAM device in polling mode.
- Parameters:
-
uwStartAddress,: Read start address pData,: Pointer to data to be read uwDataSize,: Size of read data from the memory
- Return values:
-
PSRAM status
Definition at line 197 of file stm32l4r9i_discovery_psram.c.
uint8_t BSP_PSRAM_ReadData_DMA | ( | uint32_t | uwStartAddress, |
uint16_t * | pData, | ||
uint32_t | uwDataSize | ||
) |
Reads an amount of data from the PSRAM device in DMA mode.
- Parameters:
-
uwStartAddress,: Read start address pData,: Pointer to data to be read uwDataSize,: Size of read data from the memory
- Return values:
-
PSRAM status
Definition at line 216 of file stm32l4r9i_discovery_psram.c.
uint8_t BSP_PSRAM_WriteData | ( | uint32_t | uwStartAddress, |
uint16_t * | pData, | ||
uint32_t | uwDataSize | ||
) |
Writes an amount of data from the PSRAM device in polling mode.
- Parameters:
-
uwStartAddress,: Write start address pData,: Pointer to data to be written uwDataSize,: Size of written data from the memory
- Return values:
-
PSRAM status
Definition at line 235 of file stm32l4r9i_discovery_psram.c.
uint8_t BSP_PSRAM_WriteData_DMA | ( | uint32_t | uwStartAddress, |
uint16_t * | pData, | ||
uint32_t | uwDataSize | ||
) |
Writes an amount of data from the PSRAM device in DMA mode.
- Parameters:
-
uwStartAddress,: Write start address pData,: Pointer to data to be written uwDataSize,: Size of written data from the memory
- Return values:
-
PSRAM status
Definition at line 254 of file stm32l4r9i_discovery_psram.c.
Generated on Wed Jul 13 2022 19:15:17 by
