Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_axidmac.c131 cy_en_axidmac_status_t Cy_AXIDMAC_Channel_Init(AXI_DMAC_Type * base, uint32_t channel, cy_stc_axidm… in Cy_AXIDMAC_Channel_Init() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_axidmac.h425 cy_en_axidmac_status_t Cy_AXIDMAC_Channel_Init (AXI_DMAC_Type * base, uint…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dma_dmac.c520 …if(CY_AXIDMAC_SUCCESS != Cy_AXIDMAC_Channel_Init(base, obj->resource.channel_num, GET_RESOURCE_DAT… in _cyhal_dma_dmac_stage()