Home
last modified time | relevance | path

Searched refs:loadInEndpoint (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_usbfs_dev_drv.c158 context->loadInEndpoint = &LoadInEndpointCpu; in Cy_USBFS_Dev_Drv_Init()
171 context->loadInEndpoint = &LoadInEndpointDma; in Cy_USBFS_Dev_Drv_Init()
182 context->loadInEndpoint = &LoadInEndpointDmaAuto; in Cy_USBFS_Dev_Drv_Init()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_usbfs_dev_drv.h1099 cy_fn_usbfs_dev_drv_load_ep_ptr_t loadInEndpoint; member
2201 return context->loadInEndpoint(base, CY_USBFS_DEV_DRV_EP2PHY(endpoint), buffer, size, context); in Cy_USBFS_Dev_Drv_LoadInEndpoint()