Searched refs:copyData (Results 1 – 3 of 3) sorted by relevance
192 endpointData->copyData = NULL; in DmaInit()1077 if (NULL != endpointData->copyData) in LoadInEndpointDmaAuto()1079 (void) endpointData->copyData(endpointData->buffer, buffer, size); in LoadInEndpointDmaAuto()1177 if (NULL != endpointData->copyData) in ReadOutEndpointDmaAuto()1179 (void) endpointData->copyData(buffer, endpointData->buffer, numToCopy); in ReadOutEndpointDmaAuto()
286 context->epPool[endpoint].copyData = NULL; in Cy_USBFS_Dev_Drv_DeInit()
1032 cy_fn_usbfs_dev_drv_memcpy_ptr_t copyData; /**< The pointer to the user memcpy function */ member2111 context->epPool[endpoint].copyData = memcpyFunc; in Cy_USBFS_Dev_Drv_OverwriteMemcpy()