Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dtfa_device_hal.c15 tfa_hal_msg_status_t g_TfaDeviceMessageStatus = {.msgComplete = 0, .totalSend = 0};
59 g_TfaDeviceMessageStatus.totalSend = USB_HID_GENERIC_OUT_BUFFER_LENGTH; // TODO errorcheck in TFA_Hal_CollectMsg()
143 …maining = rmsg->rlength + sizeof(struct _tfa_hal_msg) - g_TfaDeviceMessageStatus.totalSend; in TFA_Hal_GetNextChunkLength()
148 g_TfaDeviceMessageStatus.totalSend += chunkLength; in TFA_Hal_GetNextChunkLength()
152 g_TfaDeviceMessageStatus.totalSend = 0; // done in TFA_Hal_GetNextChunkLength()
Dtfa_device_hal.h50 uint32_t totalSend; member