Lines Matching refs:odd

133 #define USB_LPC3511IP_ENDPOINT_SET_ENDPOINT_AND(lpcState, index, odd, value)                       …  argument
135 ((((uint32_t)(odd)) & 1UL) << 2U))) &= (value)
139 #define USB_LPC3511IP_ENDPOINT_SET_ENDPOINT(lpcState, index, odd, value, NBytes, address) … argument
142 … (((((uint32_t)(odd)) & 1UL)) << 2U))) = \
151 #define USB_LPC3511IP_ENDPOINT_SET_ENDPOINT(lpcState, index, odd, value, NBytes, address) … argument
154 … (((((uint32_t)(odd)) & 1U)) << 2U))) = \
374 uint8_t odd; in USB_DeviceLpc3511IpEndpointPrime() local
397 odd = (uint8_t)epState->stateUnion.stateBitField.producerOdd; in USB_DeviceLpc3511IpEndpointPrime()
404 odd = 0U; in USB_DeviceLpc3511IpEndpointPrime()
406 epState->epBufferStatusUnion[odd].epBufferStatusField.transactionLength = (uint16_t)length; in USB_DeviceLpc3511IpEndpointPrime()
415 lpc3511IpState, endpointIndex, odd, in USB_DeviceLpc3511IpEndpointPrime()
996 uint8_t odd) in USB_DeviceLpc3511IpDoPreviousTransactionMemcpy() argument
1005 odd = 0u; in USB_DeviceLpc3511IpDoPreviousTransactionMemcpy()
1008 …if ((0U != epState->epBufferStatusUnion[odd].epBufferStatusField.epPacketCopyed) && (length > 0U) … in USB_DeviceLpc3511IpDoPreviousTransactionMemcpy()
1012 … (0U != epState->epBufferStatusUnion[odd].epBufferStatusField.epPacketCopyed) && (length > 0U) && in USB_DeviceLpc3511IpDoPreviousTransactionMemcpy()
1018 (epState->epBufferStatusUnion[odd].epBufferStatusField.epPacketCopyed) && (length > 0U) && in USB_DeviceLpc3511IpDoPreviousTransactionMemcpy()
1032 sourceBuffer = epState->epPacketBuffer + odd * USB_LPC3511IP_GET_MULTIPLE_OF_64( in USB_DeviceLpc3511IpDoPreviousTransactionMemcpy()
1038odd * USB_LPC3511IP_GET_MULTIPLE_OF_64(epState->stateUnion.stateBitField.maxPacketSize); in USB_DeviceLpc3511IpDoPreviousTransactionMemcpy()
1042odd * USB_LPC3511IP_GET_MULTIPLE_OF_64(epState->stateUnion.stateBitField.maxPacketSize); in USB_DeviceLpc3511IpDoPreviousTransactionMemcpy()
1057 uint8_t odd; in USB_DeviceLpc3511IpTokenUpdate() local
1062 odd = (uint8_t)epState->stateUnion.stateBitField.consumerOdd; in USB_DeviceLpc3511IpTokenUpdate()
1069 odd = 0U; in USB_DeviceLpc3511IpTokenUpdate()
1080 length = *(lpc3511IpState->epCommandStatusList + endpointIndex * 2U + odd); in USB_DeviceLpc3511IpTokenUpdate()
1094 length = epState->epBufferStatusUnion[odd].epBufferStatusField.transactionLength - length; in USB_DeviceLpc3511IpTokenUpdate()
1102 length = epState->epBufferStatusUnion[odd].epBufferStatusField.transactionLength; in USB_DeviceLpc3511IpTokenUpdate()
1107 …SB_DeviceLpc3511IpDoPreviousTransactionMemcpy(lpc3511IpState, epState, length, endpointIndex, odd); in USB_DeviceLpc3511IpTokenUpdate()
1791 uint8_t odd; in USB_DeviceLpc3511IpGetActualBufferAndPrime() local
1797 odd = (uint8_t)epState->stateUnion.stateBitField.producerOdd; in USB_DeviceLpc3511IpGetActualBufferAndPrime()
1802 odd = 0; in USB_DeviceLpc3511IpGetActualBufferAndPrime()
1830 epState->epBufferStatusUnion[odd].epBufferStatusField.epPacketCopyed = 0; in USB_DeviceLpc3511IpGetActualBufferAndPrime()
1886 epState->epBufferStatusUnion[odd].epBufferStatusField.epPacketCopyed = 1U; in USB_DeviceLpc3511IpGetActualBufferAndPrime()
1895 (odd * USB_LPC3511IP_GET_MULTIPLE_OF_64( in USB_DeviceLpc3511IpGetActualBufferAndPrime()
1901 (odd * USB_LPC3511IP_GET_MULTIPLE_OF_64( in USB_DeviceLpc3511IpGetActualBufferAndPrime()
1906 (uint8_t *)(epState->epPacketBuffer + (odd * USB_LPC3511IP_GET_MULTIPLE_OF_64( in USB_DeviceLpc3511IpGetActualBufferAndPrime()