Searched refs:totalSend (Results 1 – 2 of 2) sorted by relevance
15 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()
50 uint32_t totalSend; member