Home
last modified time | relevance | path

Searched refs:interruptType (Results 1 – 11 of 11) sorted by relevance

/hal_infineon-latest/bless/
Dcy_ble_hal_int.c40 uint32_t interruptType = (uint32_t)CY_BLE_INTR_CALLBACK_NONE; in Cy_BLE_IntrNotifyIsrHandler() local
45 interruptType |= CY_BLE_INTR_CALLBACK_BLESS_STACK_ISR; in Cy_BLE_IntrNotifyIsrHandler()
52 interruptType |= CY_BLE_INTR_CALLBACK_BLESS_INTR_STAT_DSM_ENTERED; in Cy_BLE_IntrNotifyIsrHandler()
58 interruptType |= CY_BLE_INTR_CALLBACK_BLESS_INTR_STAT_DSM_EXITED; in Cy_BLE_IntrNotifyIsrHandler()
77 interruptType |= CY_BLE_INTR_CALLBACK_BLELL_CONN_INTR_CLOSE_CE; in Cy_BLE_IntrNotifyIsrHandler()
84 interruptType |= CY_BLE_INTR_CALLBACK_BLELL_CONN_INTR_CE_TX_ACK; in Cy_BLE_IntrNotifyIsrHandler()
91 interruptType |= CY_BLE_INTR_CALLBACK_BLELL_CONN_EXT_INTR_EARLY; in Cy_BLE_IntrNotifyIsrHandler()
98 interruptType |= CY_BLE_INTR_CALLBACK_BLELL_CONN_INTR_CE_RX; in Cy_BLE_IntrNotifyIsrHandler()
108 interruptType |= CY_BLE_INTR_CALLBACK_BLELL_SCAN_INTR_ADV_RX; in Cy_BLE_IntrNotifyIsrHandler()
115 interruptType |= CY_BLE_INTR_CALLBACK_BLELL_SCAN_INTR_SCAN_RSP_RX; in Cy_BLE_IntrNotifyIsrHandler()
[all …]
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dma_dmac.c134 .interruptType = CY_DMAC_DESCR, // Overridden by cyhal_dma_cfg_t.action
161 .interruptType = CY_AXIDMAC_DESCR, // Overridden by cyhal_dma_cfg_t.action
413 …obj->expected_bursts = (GET_RESOURCE_DATA(obj->descriptor_config).interruptType == _CYHAL_DMAC_X_L… in _cyhal_dma_dmac_convert_interrupt_cause()
417 …obj->expected_bursts = (GET_RESOURCE_DATA(obj->descriptor_config).interruptType == _CYHAL_DMAC_M_L… in _cyhal_dma_dmac_convert_interrupt_cause()
801 GET_RESOURCE_DATA(obj->descriptor_config).interruptType = _CYHAL_DMAC_M_LOOP; in _cyhal_dma_dmac_configure()
806 GET_RESOURCE_DATA(obj->descriptor_config).interruptType = _CYHAL_DMAC_X_LOOP; in _cyhal_dma_dmac_configure()
814 GET_RESOURCE_DATA(obj->descriptor_config).interruptType = _CYHAL_DMAC_DESCR; in _cyhal_dma_dmac_configure()
1030 …2FLD(_CYHAL_DMAC_CH_DESCR_CTL_TR_IN_TYPE, _cyhal_dma_dmac_default_descriptor_config.interruptType); in _cyhal_dma_dmac_disconnect_digital()
Dcyhal_dma_dw.c66 .interruptType = CY_DMA_DESCR, // Overridden by cyhal_dma_cfg_t.action
333 obj->expected_bursts = (obj->descriptor_config.dw.interruptType == CY_DMA_X_LOOP) in _cyhal_dma_dw_convert_interrupt_cause()
568 obj->descriptor_config.dw.interruptType = CY_DMA_X_LOOP; in _cyhal_dma_dw_configure()
575 obj->descriptor_config.dw.interruptType = CY_DMA_DESCR; in _cyhal_dma_dw_configure()
738 …r.dw.ctl |= _VAL2FLD(CY_DMA_CTL_TR_IN_TYPE, _cyhal_dma_dw_default_descriptor_config.interruptType); in _cyhal_dma_dw_disconnect_digital()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_axidmac.h345 …cy_en_axidmac_trigger_type_t interruptType; /**< Sets the event that triggers an interrupt. S… member
602 …ruptType (cy_stc_axidmac_descriptor_t * descriptor, cy_en_axidmac_trigger_type_t interruptType);
929 …InterruptType(cy_stc_axidmac_descriptor_t * descriptor, cy_en_axidmac_trigger_type_t interruptType) in Cy_AXIDMAC_Descriptor_SetInterruptType() argument
931 CY_ASSERT_L3(CY_AXIDMAC_IS_TRIG_TYPE_VALID(interruptType)); in Cy_AXIDMAC_Descriptor_SetInterruptType()
933 CY_REG32_CLR_SET(descriptor->ctl, AXI_DMAC_CH_DESCR_CTL_INTR_TYPE, interruptType); in Cy_AXIDMAC_Descriptor_SetInterruptType()
Dcy_dmac.h423 …cy_en_dmac_trigger_type_t interruptType; /**< Sets the event that triggers an interrupt. See … member
524 …tInterruptType (cy_stc_dmac_descriptor_t * descriptor, cy_en_dmac_trigger_type_t interruptType);
745 …or_SetInterruptType(cy_stc_dmac_descriptor_t * descriptor, cy_en_dmac_trigger_type_t interruptType) in Cy_DMAC_Descriptor_SetInterruptType() argument
747 CY_ASSERT_L3(CY_DMAC_IS_TRIG_TYPE_VALID(interruptType)); in Cy_DMAC_Descriptor_SetInterruptType()
749 CY_REG32_CLR_SET(descriptor->ctl, DMAC_CH_V2_DESCR_CTL_INTR_TYPE, interruptType); in Cy_DMAC_Descriptor_SetInterruptType()
Dcy_dma.h454 …cy_en_dma_trigger_type_t interruptType; /**< Sets the event that triggers an interrupt. See \… member
587 …SetInterruptType (cy_stc_dma_descriptor_t * descriptor, cy_en_dma_trigger_type_t interruptType);
899 …ptor_SetInterruptType(cy_stc_dma_descriptor_t * descriptor, cy_en_dma_trigger_type_t interruptType) in Cy_DMA_Descriptor_SetInterruptType() argument
901 CY_ASSERT_L3(CY_DMA_IS_TRIG_TYPE_VALID(interruptType)); in Cy_DMA_Descriptor_SetInterruptType()
903 CY_REG32_CLR_SET(descriptor->ctl, CY_DMA_CTL_INTR_TYPE, interruptType); in Cy_DMA_Descriptor_SetInterruptType()
2021 #define intrType interruptType
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_axidmac.c51 CY_ASSERT_L3(CY_AXIDMAC_IS_TRIG_TYPE_VALID(config->interruptType)); in Cy_AXIDMAC_Descriptor_Init()
59 _VAL2FLD(AXI_DMAC_CH_DESCR_CTL_INTR_TYPE, config->interruptType) | in Cy_AXIDMAC_Descriptor_Init()
Dcy_dmac.c70 CY_ASSERT_L3(CY_DMAC_IS_TRIG_TYPE_VALID(config->interruptType)); in Cy_DMAC_Descriptor_Init()
81 _VAL2FLD(DMAC_CH_V2_DESCR_CTL_INTR_TYPE, config->interruptType) | in Cy_DMAC_Descriptor_Init()
Dcy_dma.c114 CY_ASSERT_L3(CY_DMA_IS_TRIG_TYPE_VALID(config->interruptType)); in Cy_DMA_Descriptor_Init()
125 _VAL2FLD(CY_DMA_CTL_INTR_TYPE, config->interruptType) | in Cy_DMA_Descriptor_Init()
/hal_infineon-latest/bless/include/
Dcy_ble.h175 typedef void (* cy_ble_intr_callback_t) (uint32_t interruptType);
/hal_infineon-latest/serial-flash/
Dcy_serial_flash_qspi.c168 .interruptType = CY_DMA_DESCR,