Searched refs:descr0 (Results 1 – 2 of 2) sorted by relevance
189 endpointData->descr0 = config->dmaConfig[endpoint]->descr0; in DmaInit()196 if (NULL != endpointData->descr0) in DmaInit()201 (void) Cy_DMA_Descriptor_Init(endpointData->descr0, &DmaDescr1DCfg); in DmaInit()208 if ((NULL != endpointData->descr0) && (NULL != endpointData->descr1)) in DmaInit()213 (void) Cy_DMA_Descriptor_Init(endpointData->descr0, &DmaDescr2DCfg); in DmaInit()228 chConfig.descriptor = config->dmaConfig[endpoint]->descr0; in DmaInit()415 Cy_DMA_Descriptor_SetSrcAddress(endpoint->descr0, buf); in DmaEndpointSetLength()421 Cy_DMA_Descriptor_SetDstAddress(endpoint->descr0, buf); in DmaEndpointSetLength()428 Cy_DMA_Descriptor_SetYloopDataCount(endpoint->descr0, numYloops); in DmaEndpointSetLength()445 Cy_DMA_Descriptor_SetNextDescriptor(endpoint->descr0, endpoint->descr0); in DmaEndpointSetLength()[all …]
960 cy_stc_dma_descriptor_t *descr0; member1029 cy_stc_dma_descriptor_t* descr0; /**< The pointer to the descriptor 0 */ member