Searched refs:numXloops (Results 1 – 1 of 1) sorted by relevance
409 uint32_t numXloops = size % (uint32_t) DMA_YLOOP_INCREMENT; in DmaEndpointSetLength() local416 Cy_DMA_Descriptor_SetSrcAddress(endpoint->descr1, &buf[size - numXloops]); in DmaEndpointSetLength()422 Cy_DMA_Descriptor_SetDstAddress(endpoint->descr1, &buf[size - numXloops]); in DmaEndpointSetLength()431 if (numXloops > 0UL) in DmaEndpointSetLength()433 Cy_DMA_Descriptor_SetXloopDataCount(endpoint->descr1, numXloops); in DmaEndpointSetLength()442 else if (numXloops == 0UL) in DmaEndpointSetLength()456 ((numYloops > 0UL) && (numXloops > 0UL)) ? in DmaEndpointSetLength()