Searched refs:CY_DMA_X_LOOP (Results 1 – 3 of 3) sorted by relevance
308 obj->expected_bursts = (obj->descriptor_config.dw.interruptType == CY_DMA_X_LOOP) in _cyhal_dma_dw_convert_interrupt_cause()528 obj->descriptor_config.dw.interruptType = CY_DMA_X_LOOP; in _cyhal_dma_dw_configure()530 obj->descriptor_config.dw.triggerInType = CY_DMA_X_LOOP; in _cyhal_dma_dw_configure()614 return CY_DMA_X_LOOP; in _cyhal_convert_input_t()631 return CY_DMA_X_LOOP; in _cyhal_convert_output_t()
259 CY_DMA_X_LOOP = 1UL, /**< One X loop transfer. */ enumerator319 (CY_DMA_X_LOOP == (trigType)) || \1871 #define CY_DMA_INTR_X_LOOP_CMPLT (CY_DMA_X_LOOP)1876 #define CY_DMA_TRIGOUT_X_LOOP_CMPLT (CY_DMA_X_LOOP)1881 #define CY_DMA_TRIGIN_XLOOP (CY_DMA_X_LOOP)
122 /* .interruptType = */ CY_DMA_X_LOOP, \123 /* .triggerOutType = */ CY_DMA_X_LOOP, \125 /* .triggerInType = */ CY_DMA_X_LOOP, \