MCPcopy 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
275CircularBlockBuffer *PDM_Mic::get_buffer() {
276 return &stream->buffer;
277}
278
279extern "C" {
280__attribute__((__used__)) void PDM_IRQHandler_v(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected