Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ get_buffer
Method
get_buffer
src/audio_pdm/PDM_Mic.cpp:275–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
CircularBlockBuffer *PDM_Mic::get_buffer() {
276
return &stream->buffer;
277
}
278
279
extern
"C"
{
280
__attribute__((__used__)) void PDM_IRQHandler_v(void)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected