Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dtfa_device_hal.c144 uint32_t chunkLength = remaining > maxChunkLength ? maxChunkLength : remaining; in TFA_Hal_GetNextChunkLength() local
146 if (chunkLength) in TFA_Hal_GetNextChunkLength()
148 g_TfaDeviceMessageStatus.totalSend += chunkLength; in TFA_Hal_GetNextChunkLength()
156 return chunkLength; in TFA_Hal_GetNextChunkLength()