BSP
GetData() is only used within BSP.
 
Symbols
loading...
Files
loading...

GetData() function

Gets Data from storage unit.

Syntax

static uint32_t GetData(void *pdata,     uint32_t offset,     uint8_t *pbuf,     uint32_t NbrOfData);
Implemented in audio_play.c:381

Arguments

pdata

offset

pbuf

NbrOfData

Return value

None

References

LocationReferrerText
audio_play.c:381
static uint32_t GetData(void *pdata, uint32_t offset, uint8_t *pbuf, uint32_t NbrOfData)
audio_play.c:82
static uint32_t GetData(void *pdata, uint32_t offset, uint8_t *pbuf, uint32_t NbrOfData);
audio_play.c:304AUDIO_Start()
bytesread = GetData( (void *)psrc_address,
audio_play.c:342AUDIO_Process()
bytesread = GetData((void *)buffer_ctl.SrcAddress,
audio_play.c:357AUDIO_Process()
bytesread = GetData((void *)buffer_ctl.SrcAddress,

Call Tree

Functions calling GetData()
all items filtered out
GetData()
Data read by GetData()
Data written by GetData()
GetData()
GetData()::ReadDataNbr
all items filtered out
Type of GetData()
GetData()
uint8_t
uint32_t
all items filtered out