MCPcopy Create free account
hub / github.com/SmingHub/Sming / fillBuffers

Function fillBuffers

samples/Basic_Audio/app/application.cpp:129–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127#endif // GENERATE_FIXED_VALUES
128
129void fillBuffers()
130{
131 callbackLatency.update();
132 fillTime.start();
133#ifdef GENERATE_FIXED_VALUES
134 writeFixedValues();
135#else
136 writeSine();
137#endif
138 fillTime.update();
139}
140
141void checkReceive()
142{

Callers 1

initialiseI2SFunction · 0.85

Calls 4

writeFixedValuesFunction · 0.85
writeSineFunction · 0.85
updateMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected