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 D | hpm_dma_mgr.h | 210 hpm_stat_t dma_mgr_enable_dma_irq_with_priority(const dma_resource_t *resource, uint32_t priority);
|
| A D | hpm_dma_mgr.c | 243 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 D | drv_pdm.c | 227 dma_mgr_enable_dma_irq_with_priority(&dma_resource, 1); in hpm_pdm_start()
|
| A D | drv_i2s.c | 452 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 D | drv_dao.c | 211 dma_mgr_enable_dma_irq_with_priority(&dma_resource, 1); in hpm_dao_start()
|
| A D | drv_spi.c | 664 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 D | drv_i2c.c | 418 dma_mgr_enable_dma_irq_with_priority(&hpm_i2cs[i].dma, 1); in rt_hw_i2c_init()
|
| A D | drv_uart_v2.c | 806 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 D | hpm_spi.c | 1120 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