Searched refs:transactionLength (Results 1 – 3 of 3) sorted by relevance
143 uint16_t transactionLength : 15U; member
390 epState->epBufferStatusUnion[odd].epBufferStatusField.transactionLength = (uint16_t)length; in USB_DeviceLpc3511IpEndpointPrime()1073 length = epState->epBufferStatusUnion[odd].epBufferStatusField.transactionLength - length; in USB_DeviceLpc3511IpTokenUpdate()1081 length = epState->epBufferStatusUnion[odd].epBufferStatusField.transactionLength; in USB_DeviceLpc3511IpTokenUpdate()
3063 uint32_t transactionLength; /* the initializing transaction descriptor data length */ in USB_HostEhciItdArrayInit() local3173 transactionLength = ((dataLength > minDataPerItd) ? minDataPerItd : dataLength); in USB_HostEhciItdArrayInit()3177 … ((EHCI_HOST_ITD_STATUS_ACTIVE_MASK) | (transactionLength << EHCI_HOST_ITD_TRANSACTION_LEN_SHIFT) | in USB_HostEhciItdArrayInit()3181 dataLength -= transactionLength; in USB_HostEhciItdArrayInit()3182 convert_addr1 += transactionLength; in USB_HostEhciItdArrayInit()3186 … ((EHCI_HOST_ITD_STATUS_ACTIVE_MASK) | (transactionLength << EHCI_HOST_ITD_TRANSACTION_LEN_SHIFT) | in USB_HostEhciItdArrayInit()3191 dataLength -= transactionLength; in USB_HostEhciItdArrayInit()3192 itdBufferValue += transactionLength; in USB_HostEhciItdArrayInit()