HAL
HAL_SDRAM_Write_8b() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_SDRAM_Write_8b() function

Writes 8-bit data buffer to SDRAM memory.

Syntax

HAL_StatusTypeDef HAL_SDRAM_Write_8b(SDRAM_HandleTypeDef *hsdram,     uint32_t *pAddress,     uint8_t *pSrcBuffer,     uint32_t BufferSize);
Implemented in stm32f4xx_hal_sdram.c:429

Arguments

hsdram

pointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module.

pAddress

Pointer to write start address

pSrcBuffer

Pointer to source buffer to write

BufferSize

Size of the buffer to write to memory

Return value

HAL status

References

Data Use

Data read by HAL_SDRAM_Write_8b()
Data written by HAL_SDRAM_Write_8b()
HAL_SDRAM_Write_8b()
HAL_SDRAM_Write_8b()::size
HAL_SDRAM_Write_8b()::pSdramAddress
HAL_SDRAM_Write_8b()::psrcbuff
all items filtered out
Type of HAL_SDRAM_Write_8b()
HAL_SDRAM_Write_8b()
uint8_t
uint32_t
all items filtered out