Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_usbfs_dev_drv_io_dma.c408 uint32_t numYloops = size / (uint32_t) DMA_YLOOP_INCREMENT; in DmaEndpointSetLength() local
420 endpoint->startBuf = (numYloops > 0U) ? 1U : 0U; /* Store 1st DMA descriptor to execute */ in DmaEndpointSetLength()
426 if (numYloops > 0UL) in DmaEndpointSetLength()
428 Cy_DMA_Descriptor_SetYloopDataCount(endpoint->descr0, numYloops); in DmaEndpointSetLength()
437 if (numYloops == 0UL) in DmaEndpointSetLength()
456 ((numYloops > 0UL) && (numXloops > 0UL)) ? in DmaEndpointSetLength()
461 ((numYloops > 0UL) ? endpoint->descr0 : endpoint->descr1)); in DmaEndpointSetLength()