Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dma_dmac.c91 #define _CYHAL_DMAC_M_LOOP (CY_AXIDMAC_M_LOOP)
905 return CY_AXIDMAC_M_LOOP; in _cyhal_convert_input_t()
941 return CY_AXIDMAC_M_LOOP; in _cyhal_convert_output_t()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_axidmac.h210 CY_AXIDMAC_M_LOOP = 0U, /**< One M loop transfer. */ enumerator
262 #define CY_AXIDMAC_IS_TRIG_TYPE_VALID(trigType) ((CY_AXIDMAC_M_LOOP == (trigType)) || \