STemWin
AUDIO_IN_PDM_BUFFER_SIZE
is only used within STemWin.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/13)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
AUDIO_IN_PDM_BUFFER_SIZE
AUDIO_IN_PDM_BUFFER_SIZE macro
Syntax
Show:
Summary
Declaration
from
audio_if.h:31
#define
AUDIO_IN_PDM_BUFFER_SIZE
(
INTERNAL_BUFF_SIZE
)
Examples
References
from
examples
Code
Location
#define
AUDIO_IN_PDM_BUFFER_SIZE
(
INTERNAL_BUFF_SIZE
)
audio_if.h:31
uint16_t
pdm
[
AUDIO_IN_PDM_BUFFER_SIZE
]
;
audio_if.h:92
BSP_AUDIO_IN_Record
(
(
uint16_t
*
)
&
haudio
.
pdm
[
0
]
,
AUDIO_IN_PDM_BUFFER_SIZE
)
;
audio_recorder_app.c:124
BSP_AUDIO_IN_PDMToPCM
(
(
uint16_t
*
)
&
haudio
.
pdm
[
AUDIO_IN_PDM_BUFFER_SIZE
/
2
]
,
audio_recorder_app.c:381
haudio
.
ppcm
+=
AUDIO_IN_PDM_BUFFER_SIZE
/
4
;
audio_recorder_app.c:384
haudio
.
ppcm
+=
AUDIO_IN_PDM_BUFFER_SIZE
/
4
;
audio_recorder_app.c:408
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out