Microphone Codec MSADPCM Callbacks#

These callbacks are contributed by the Microphone Codec MSADPCM plugin.

Functions#

void
halMicrophoneCodecMsadpcmDataReadyCallback(uint8_t *data, uint8_t length)

Called when new microphone data is ready.

Function Documentation#

halMicrophoneCodecMsadpcmDataReadyCallback#

void halMicrophoneCodecMsadpcmDataReadyCallback (uint8_t * data, uint8_t length)

Called when new microphone data is ready.

Parameters
N/Adata

Pointer to the data that is ready.

N/Alength

Length of the data.

@appusage This function is called by the plugin when new data has been processed and is ready to be processed by other parts of the system.


Definition at line 668 of file ./app/ncp/doc/callback.doc