AUDIO_IN_BufferTypeDef is only used within Audio_playback_and_record.
 
Symbols
loading...
Files
loading...

AUDIO_IN_BufferTypeDef struct

Syntax

typedef struct {   uint16_t pdm_buff[AUDIO_IN_PDM_BUFFER_SIZE];   uint16_t pcm_buff[AUDIO_IN_PCM_BUFFER_SIZE];   uint32_t pcm_ptr;   WR_BUFFER_StateTypeDef wr_state;   uint32_t offset;     uint32_t fptr; }AUDIO_IN_BufferTypeDef;

Fields

pdm_buff

No summary provided. Read more...

pcm_buff

No summary provided. Read more...

pcm_ptr

No summary provided. Read more...

wr_state

No summary provided. Read more...

offset

No summary provided. Read more...

fptr

No summary provided. Read more...

Type Use

Variables of AUDIO_IN_BufferTypeDef type
all items filtered out
AUDIO_IN_BufferTypeDef
all items filtered out
AUDIO_IN_BufferTypeDef
all items filtered out