Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_usbfs_dev_drv_io_dma.c414 endpoint->startBuf = (uint16_t) size; /* Store DMA transfer size */ in DmaEndpointSetLength()
420 endpoint->startBuf = (numYloops > 0U) ? 1U : 0U; /* Store 1st DMA descriptor to execute */ in DmaEndpointSetLength()
485 bool setDescr0 = (0U != endpoint->startBuf); in DmaOutEndpointRestore()
1087 if (size != endpointData->startBuf) in LoadInEndpointDmaAuto()
1096 … (endpointData->startBuf >= (uint32_t) DMA_YLOOP_INCREMENT) ? in LoadInEndpointDmaAuto()
Dcy_usbfs_dev_drv_io.c274 Cy_USBFS_Dev_Drv_SetArbWriteAddr(base, endpoint, (uint32_t) endpointData->startBuf); in RestoreEndpointHwBuffer()
275 Cy_USBFS_Dev_Drv_SetArbReadAddr (base, endpoint, (uint32_t) endpointData->startBuf); in RestoreEndpointHwBuffer()
355 endpointData->startBuf = (uint16_t) bufOffset; in AddEndpointHwBuffer()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_usbfs_dev_drv.h1017 volatile uint16_t startBuf; /**< Start of the buffer */ member