Home
last modified time | relevance | path

Searched refs:copyData (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_usbfs_dev_drv_io_dma.c192 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()
Dcy_usbfs_dev_drv.c286 context->epPool[endpoint].copyData = NULL; in Cy_USBFS_Dev_Drv_DeInit()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_usbfs_dev_drv.h1032 cy_fn_usbfs_dev_drv_memcpy_ptr_t copyData; /**< The pointer to the user memcpy function */ member
2111 context->epPool[endpoint].copyData = memcpyFunc; in Cy_USBFS_Dev_Drv_OverwriteMemcpy()