Home
last modified time | relevance | path

Searched refs:triggerInType (Results 1 – 9 of 9) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_axidmac.h348 …cy_en_axidmac_trigger_type_t triggerInType; /**< Sets what type of transfer is triggered. See… member
603 …erInType (cy_stc_axidmac_descriptor_t * descriptor, cy_en_axidmac_trigger_type_t triggerInType);
976 …TriggerInType(cy_stc_axidmac_descriptor_t * descriptor, cy_en_axidmac_trigger_type_t triggerInType) in Cy_AXIDMAC_Descriptor_SetTriggerInType() argument
978 CY_ASSERT_L3(CY_AXIDMAC_IS_TRIG_TYPE_VALID(triggerInType)); in Cy_AXIDMAC_Descriptor_SetTriggerInType()
980 CY_REG32_CLR_SET(descriptor->ctl, AXI_DMAC_CH_DESCR_CTL_TR_IN_TYPE, triggerInType); in Cy_AXIDMAC_Descriptor_SetTriggerInType()
Dcy_dmac.h426 …cy_en_dmac_trigger_type_t triggerInType; /**< Sets what type of transfer is triggered. See \r… member
525 …tTriggerInType (cy_stc_dmac_descriptor_t * descriptor, cy_en_dmac_trigger_type_t triggerInType);
791 …or_SetTriggerInType(cy_stc_dmac_descriptor_t * descriptor, cy_en_dmac_trigger_type_t triggerInType) in Cy_DMAC_Descriptor_SetTriggerInType() argument
793 CY_ASSERT_L3(CY_DMAC_IS_TRIG_TYPE_VALID(triggerInType)); in Cy_DMAC_Descriptor_SetTriggerInType()
795 CY_REG32_CLR_SET(descriptor->ctl, DMAC_CH_V2_DESCR_CTL_TR_IN_TYPE, triggerInType); in Cy_DMAC_Descriptor_SetTriggerInType()
Dcy_dma.h457 …cy_en_dma_trigger_type_t triggerInType; /**< Sets what type of transfer is triggered. See \re… member
588 …SetTriggerInType (cy_stc_dma_descriptor_t * descriptor, cy_en_dma_trigger_type_t triggerInType);
945 …ptor_SetTriggerInType(cy_stc_dma_descriptor_t * descriptor, cy_en_dma_trigger_type_t triggerInType) in Cy_DMA_Descriptor_SetTriggerInType() argument
947 CY_ASSERT_L3(CY_DMA_IS_TRIG_TYPE_VALID(triggerInType)); in Cy_DMA_Descriptor_SetTriggerInType()
949 CY_REG32_CLR_SET(descriptor->ctl, CY_DMA_CTL_TR_IN_TYPE, triggerInType); in Cy_DMA_Descriptor_SetTriggerInType()
2026 #define triginType triggerInType
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dma_dmac.c137 ….triggerInType = CY_DMAC_DESCR, // Overridden by cyhal_dma_cfg_t.action & [dis]con…
164 ….triggerInType = CY_AXIDMAC_DESCR, // Overridden by cyhal_dma_cfg_t.action & [dis]con…
803 GET_RESOURCE_DATA(obj->descriptor_config).triggerInType = _CYHAL_DMAC_M_LOOP; in _cyhal_dma_dmac_configure()
808 GET_RESOURCE_DATA(obj->descriptor_config).triggerInType = _CYHAL_DMAC_X_LOOP; in _cyhal_dma_dmac_configure()
816 GET_RESOURCE_DATA(obj->descriptor_config).triggerInType = _CYHAL_DMAC_DESCR; in _cyhal_dma_dmac_configure()
978 obj->descriptor_config.dmac.triggerInType = _cyhal_convert_input_t(input); in _cyhal_dma_dmac_connect_digital()
983 …ac.ctl |= _VAL2FLD(_CYHAL_DMAC_CH_DESCR_CTL_TR_IN_TYPE, obj->descriptor_config.dmac.triggerInType); in _cyhal_dma_dmac_connect_digital()
Dcyhal_dma_dw.c69 ….triggerInType = CY_DMA_DESCR, // Overridden by cyhal_dma_cfg_t.action & [dis]con…
570 obj->descriptor_config.dw.triggerInType = CY_DMA_X_LOOP; in _cyhal_dma_dw_configure()
577 obj->descriptor_config.dw.triggerInType = CY_DMA_DESCR; in _cyhal_dma_dw_configure()
690 obj->descriptor_config.dw.triggerInType = _cyhal_convert_input_t(input); in _cyhal_dma_dw_connect_digital()
692 …obj->descriptor.dw.ctl |= _VAL2FLD(CY_DMA_CTL_TR_IN_TYPE, obj->descriptor_config.dw.triggerInType); in _cyhal_dma_dw_connect_digital()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_axidmac.c53 CY_ASSERT_L3(CY_AXIDMAC_IS_TRIG_TYPE_VALID(config->triggerInType)); in Cy_AXIDMAC_Descriptor_Init()
61 _VAL2FLD(AXI_DMAC_CH_DESCR_CTL_TR_IN_TYPE, config->triggerInType) | in Cy_AXIDMAC_Descriptor_Init()
Dcy_dmac.c72 CY_ASSERT_L3(CY_DMAC_IS_TRIG_TYPE_VALID(config->triggerInType)); in Cy_DMAC_Descriptor_Init()
83 _VAL2FLD(DMAC_CH_V2_DESCR_CTL_TR_IN_TYPE, config->triggerInType) | in Cy_DMAC_Descriptor_Init()
Dcy_dma.c116 CY_ASSERT_L3(CY_DMA_IS_TRIG_TYPE_VALID(config->triggerInType)); in Cy_DMA_Descriptor_Init()
127 _VAL2FLD(CY_DMA_CTL_TR_IN_TYPE, config->triggerInType) | in Cy_DMA_Descriptor_Init()
/hal_infineon-latest/serial-flash/
Dcy_serial_flash_qspi.c171 .triggerInType = CY_DMA_DESCR,