Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/components/dma_mgr/
A Dhpm_dma_mgr.h210 hpm_stat_t dma_mgr_enable_dma_irq_with_priority(const dma_resource_t *resource, uint32_t priority);
A Dhpm_dma_mgr.c243 hpm_stat_t dma_mgr_enable_dma_irq_with_priority(const dma_resource_t *resource, uint32_t priority) in dma_mgr_enable_dma_irq_with_priority() function
/bsp/hpmicro/libraries/drivers/
A Ddrv_pdm.c227 dma_mgr_enable_dma_irq_with_priority(&dma_resource, 1); in hpm_pdm_start()
A Ddrv_i2s.c452 dma_mgr_enable_dma_irq_with_priority(dma_resource, 1); in hpm_i2s_start()
474 dma_mgr_enable_dma_irq_with_priority(dma_resource, 1); in hpm_i2s_start()
A Ddrv_dao.c211 dma_mgr_enable_dma_irq_with_priority(&dma_resource, 1); in hpm_dao_start()
A Ddrv_spi.c664 dma_mgr_enable_dma_irq_with_priority(&spi->tx_dma, 1); in rt_hw_spi_init()
665 dma_mgr_enable_dma_irq_with_priority(&spi->rx_dma, 1); in rt_hw_spi_init()
A Ddrv_i2c.c418 dma_mgr_enable_dma_irq_with_priority(&hpm_i2cs[i].dma, 1); in rt_hw_i2c_init()
A Ddrv_uart_v2.c806 dma_mgr_enable_dma_irq_with_priority(&uart->rx_chn_ctx.resource, 1); in hpm_uart_dma_config()
826 dma_mgr_enable_dma_irq_with_priority(&uart->tx_chn_ctx.resource, 1); in hpm_uart_dma_config()
/bsp/hpmicro/libraries/hpm_sdk/components/spi/
A Dhpm_spi.c1120 dma_mgr_enable_dma_irq_with_priority(resource, 1); in hpm_spi_dma_install_callback()
1136 dma_mgr_enable_dma_irq_with_priority(resource, 1); in hpm_spi_dma_install_callback()

Completed in 23 milliseconds