HAL_SRAM_DMA_XferCpltCallback
void HAL_SRAM_DMA_XferCpltCallback
(DMA_HandleTypeDef * hdma)
DMA transfer complete callback.
hdma: pointer to a SRAM_HandleTypeDef structure that
contains the configuration information for SRAM module.
HAL_SRAM_DMA_XferErrorCallback
void HAL_SRAM_DMA_XferErrorCallback
(DMA_HandleTypeDef * hdma)
DMA transfer complete error callback.
hdma: pointer to a SRAM_HandleTypeDef structure that
contains the configuration information for SRAM module.
HAL_SRAM_Read_8b
HAL_StatusTypeDef HAL_SRAM_Read_8b
(SRAM_HandleTypeDef * hsram, uint32_t * pAddress, uint8_t *
pDstBuffer, uint32_t BufferSize)
Reads 8-bit buffer from SRAM memory.
hsram: pointer to a SRAM_HandleTypeDef structure that
contains the configuration information for SRAM module.
pAddress: Pointer to read start address
pDstBuffer: Pointer to destination buffer
BufferSize: Size of the buffer to read from memory
HAL_SRAM_Write_8b
HAL_StatusTypeDef HAL_SRAM_Write_8b
(SRAM_HandleTypeDef * hsram, uint32_t * pAddress, uint8_t *
pSrcBuffer, uint32_t BufferSize)
Writes 8-bit buffer to SRAM memory.
hsram: pointer to a SRAM_HandleTypeDef structure that
contains the configuration information for SRAM module.
pAddress: Pointer to write start address
pSrcBuffer: Pointer to source buffer to write
BufferSize: Size of the buffer to write to memory
HAL_SRAM_Read_16b
HAL_StatusTypeDef HAL_SRAM_Read_16b
(SRAM_HandleTypeDef * hsram, uint32_t * pAddress, uint16_t