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:414

Arguments

pdata

offset

pbuf

NbrOfData

Return value

None

References

LocationReferrerText
audio_play.c:414
static uint32_t GetData(void *pdata, uint32_t offset, uint8_t *pbuf, uint32_t NbrOfData)
audio_play.c:92
static uint32_t GetData(void *pdata, uint32_t offset, uint8_t *pbuf, uint32_t NbrOfData);
audio_play.c:337AUDIO_Play_Start()
bytesread = GetData( (void *)psrc_address,
audio_play.c:375AUDIO_Play_Process()
bytesread = GetData((void *)buffer_ctl.SrcAddress,
audio_play.c:390AUDIO_Play_Process()
bytesread = GetData((void *)buffer_ctl.SrcAddress,

Call Tree

Functions calling GetData()
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