Home
last modified time | relevance | path

Searched refs:cyhal_dma_event_t (Results 1 – 10 of 10) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dma_dw.c307 static inline cyhal_dma_event_t _cyhal_dma_dw_convert_interrupt_cause(cyhal_dma_t *obj, cy_en_dma_i… in _cyhal_dma_dw_convert_interrupt_cause()
309 static const cyhal_dma_event_t hal[] = in _cyhal_dma_dw_convert_interrupt_cause()
322 cyhal_dma_event_t hal_rslt = CYHAL_DMA_NO_INTR; in _cyhal_dma_dw_convert_interrupt_cause()
323 CY_ASSERT(cause < sizeof(hal)/sizeof(cyhal_dma_event_t)); in _cyhal_dma_dw_convert_interrupt_cause()
324 if (cause < sizeof(hal)/sizeof(cyhal_dma_event_t)) in _cyhal_dma_dw_convert_interrupt_cause()
353 cyhal_dma_event_t event_type = _cyhal_dma_dw_convert_interrupt_cause(obj, cause); in _cyhal_dma_dw_irq_handler()
357 …ck_t)obj->callback_data.callback)(obj->callback_data.callback_arg, (cyhal_dma_event_t)events_to_ca… in _cyhal_dma_dw_irq_handler()
617 void _cyhal_dma_dw_enable_event(cyhal_dma_t *obj, cyhal_dma_event_t event, uint8_t intr_priority, b… in _cyhal_dma_dw_enable_event()
Dcyhal_dma_dmac.c385 static inline cyhal_dma_event_t _cyhal_dma_dmac_convert_interrupt_cause(cyhal_dma_t *obj, uint32_t … in _cyhal_dma_dmac_convert_interrupt_cause()
387 static const cyhal_dma_event_t hal[] = in _cyhal_dma_dmac_convert_interrupt_cause()
399 cyhal_dma_event_t hal_rslt = CYHAL_DMA_NO_INTR; in _cyhal_dma_dmac_convert_interrupt_cause()
400 for (uint8_t i = 0; cause > 0 && i < sizeof(hal)/sizeof(cyhal_dma_event_t); i++) in _cyhal_dma_dmac_convert_interrupt_cause()
447 cyhal_dma_event_t event_type = _cyhal_dma_dmac_convert_interrupt_cause(obj, cause); in _cyhal_dma_dmac_irq_handler()
451 …ck_t)obj->callback_data.callback)(obj->callback_data.callback_arg, (cyhal_dma_event_t)events_to_ca… in _cyhal_dma_dmac_irq_handler()
869 void _cyhal_dma_dmac_enable_event(cyhal_dma_t *obj, cyhal_dma_event_t event, uint8_t intr_priority,… in _cyhal_dma_dmac_enable_event()
Dcyhal_dma.c292 void cyhal_dma_enable_event(cyhal_dma_t *obj, cyhal_dma_event_t event, uint8_t intr_priority, bool … in cyhal_dma_enable_event()
Dcyhal_audio_common.c398 static void _cyhal_audioss_dma_handler_rx(void *callback_arg, cyhal_dma_event_t event);
405 static void _cyhal_audioss_dma_handler_tx(void *callback_arg, cyhal_dma_event_t event);
2474 static void _cyhal_audioss_dma_handler_rx(void *callback_arg, cyhal_dma_event_t event)
2489 static void _cyhal_audioss_dma_handler_tx(void *callback_arg, cyhal_dma_event_t event)
Dcyhal_uart.c281 static void _cyhal_uart_dma_handler_tx(void* arg, cyhal_dma_event_t event) in _cyhal_uart_dma_handler_tx()
320 static void _cyhal_uart_dma_handler_rx(void* arg, cyhal_dma_event_t event) in _cyhal_uart_dma_handler_rx()
Dcyhal_pdmpcm.c997 static void _cyhal_pdm_pcm_dma_callback(void *callback_arg, cyhal_dma_event_t event) in _cyhal_pdm_pcm_dma_callback()
Dcyhal_adc_sar.c1068 static void _cyhal_adc_dma_handler(void* arg, cyhal_dma_event_t event) in _cyhal_adc_dma_handler()
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_dma.h206 } cyhal_dma_event_t; typedef
274 typedef void (*cyhal_dma_event_callback_t)(void *callback_arg, cyhal_dma_event_t event);
421 void cyhal_dma_enable_event(cyhal_dma_t *obj, cyhal_dma_event_t event, uint8_t intr_priority, bool …
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_dma_dw.h106 void _cyhal_dma_dw_enable_event(cyhal_dma_t *obj, cyhal_dma_event_t event, uint8_t intr_priority, b…
Dcyhal_dma_dmac.h106 void _cyhal_dma_dmac_enable_event(cyhal_dma_t *obj, cyhal_dma_event_t event, uint8_t intr_priority,…