Home
last modified time | relevance | path

Searched refs:sndBuffer (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dtfa_device_hal.c56 memcpy(g_TfaDeviceMessageStatus.sndBuffer, msg, totalRcv); in TFA_Hal_CollectMsg()
57 TFA_Hal_ProcessMsg(handle, msg, g_TfaDeviceMessageStatus.sndBuffer); in TFA_Hal_CollectMsg()
142 struct _tfa_hal_msg *rmsg = (struct _tfa_hal_msg *)(g_TfaDeviceMessageStatus.sndBuffer); in TFA_Hal_GetNextChunkLength()
Dtfa_device_hal.h48 uint8_t sndBuffer[TFA_BUFFERSIZE]; member