Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_usbfs_dev_drv_io_dma.c189 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 …]
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_usbfs_dev_drv.h960 cy_stc_dma_descriptor_t *descr0; member
1029 cy_stc_dma_descriptor_t* descr0; /**< The pointer to the descriptor 0 */ member