Searched refs:transactionLength (Results 1 – 3 of 3) sorted by relevance
143 uint16_t transactionLength : 15U; member
406 epState->epBufferStatusUnion[odd].epBufferStatusField.transactionLength = (uint16_t)length; in USB_DeviceLpc3511IpEndpointPrime()1094 length = epState->epBufferStatusUnion[odd].epBufferStatusField.transactionLength - length; in USB_DeviceLpc3511IpTokenUpdate()1102 length = epState->epBufferStatusUnion[odd].epBufferStatusField.transactionLength; in USB_DeviceLpc3511IpTokenUpdate()
3090 uint32_t transactionLength; /* the initializing transaction descriptor data length */ in USB_HostEhciItdArrayInit() local3200 transactionLength = ((dataLength > minDataPerItd) ? minDataPerItd : dataLength); in USB_HostEhciItdArrayInit()3204 … ((EHCI_HOST_ITD_STATUS_ACTIVE_MASK) | (transactionLength << EHCI_HOST_ITD_TRANSACTION_LEN_SHIFT) | in USB_HostEhciItdArrayInit()3208 dataLength -= transactionLength; in USB_HostEhciItdArrayInit()3209 convert_addr1 += transactionLength; in USB_HostEhciItdArrayInit()3213 … ((EHCI_HOST_ITD_STATUS_ACTIVE_MASK) | (transactionLength << EHCI_HOST_ITD_TRANSACTION_LEN_SHIFT) | in USB_HostEhciItdArrayInit()3218 dataLength -= transactionLength; in USB_HostEhciItdArrayInit()3219 itdBufferValue += transactionLength; in USB_HostEhciItdArrayInit()