Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_axidmac.c161 void Cy_AXIDMAC_Channel_DeInit(AXI_DMAC_Type * base, uint32_t channel) in Cy_AXIDMAC_Channel_DeInit() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_axidmac.h444 void Cy_AXIDMAC_Channel_DeInit (AXI_DMAC_Type * base, uint32_t channel);
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dma_dmac.c671 Cy_AXIDMAC_Channel_DeInit(base, obj->resource.channel_num); in _cyhal_dma_dmac_free()