| /bsp/n32/libraries/n32_drivers/ |
| A D | drv_usart_v2.h | 18 #define __HAL_LINKDMA(__HANDLE__, __PPP_DMA_FIELD__, __DMA_HANDLE__) \ macro
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_usart_v2.h | 18 #define __HAL_LINKDMA(__HANDLE__, __PPP_DMA_FIELD__, __DMA_HANDLE__) \ macro
|
| /bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/CM4/Src/ |
| A D | stm32mp1xx_hal_msp.c | 1278 __HAL_LINKDMA(hsai,hdmatx,hdma_sai2_a); in HAL_SAI_MspInit() 1343 __HAL_LINKDMA(hsai,hdmarx,hdma_sai2_b); in HAL_SAI_MspInit() 1400 __HAL_LINKDMA(hsai,hdmatx,hdma_sai4_a); in HAL_SAI_MspInit() 1679 __HAL_LINKDMA(hspdifrx, hdmaDrRx, hdma_spdifrx_rx); in HAL_SPDIFRX_MspInit() 1779 __HAL_LINKDMA(hdfsdm_filter,hdmaReg,hdma_dfsdm1_flt0); in HAL_DFSDM_FilterMspInit() 1806 __HAL_LINKDMA(hdfsdm_filter,hdmaReg,hdma_dfsdm1_flt1); in HAL_DFSDM_FilterMspInit() 1865 __HAL_LINKDMA(hhash,hdmain,hdma_hash_in); in HAL_HASH_MspInit() 2020 __HAL_LINKDMA(hcryp,hdmain,hdma_cryp_in); in HAL_CRYP_MspInit() 2041 __HAL_LINKDMA(hcryp,hdmaout,hdma_cryp_out); in HAL_CRYP_MspInit()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_def.h | 65 #define __HAL_LINKDMA(__HANDLE__, __PPP_DMA_FIELD_, __DMA_HANDLE_) \ macro
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/audio/ |
| A D | drv_sound.c | 115 __HAL_LINKDMA(hsai,hdmatx,hdma_sai2_a); in HAL_SAI_MspInit() 166 __HAL_LINKDMA(hsai,hdmarx,hdma_sai2_b); in HAL_SAI_MspInit() 172 __HAL_LINKDMA(hsai,hdmarx,hdma_sai2_b); in HAL_SAI_MspInit()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/CM4/Src/ |
| A D | stm32mp1xx_hal_msp.c | 1271 __HAL_LINKDMA(hhash,hdmain,hdma_hash_in); in HAL_HASH_MspInit() 1324 __HAL_LINKDMA(hcryp,hdmain,hdma_cryp_in); in HAL_CRYP_MspInit() 1345 __HAL_LINKDMA(hcryp,hdmaout,hdma_cryp_out); in HAL_CRYP_MspInit()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | drv_dcmi.c | 51 __HAL_LINKDMA(&dcmi, DMA_Handle, hdma_dcmi); in rt_hw_dmci_dma_init()
|
| /bsp/stm32/stm32h743-atk-apollo/board/ports/ |
| A D | drv_dcmi.c | 51 __HAL_LINKDMA(&rt_dcmi.DCMI_Handle, DMA_Handle, hdma_dcmi); in rt_hw_dcmi_dma_init()
|
| /bsp/stm32/stm32h743-openmv-h7plus/board/ports/ |
| A D | drv_dcmi.c | 51 __HAL_LINKDMA(&dcmi, DMA_Handle, hdma_dcmi); in rt_hw_dmci_dma_init()
|
| /bsp/stm32/stm32f407-rt-spark/board/ports/led_matrix/ |
| A D | drv_matrix_led.c | 136 __HAL_LINKDMA(&htim3, hdma[TIM_DMA_ID_CC2], hdma_tim3_ch2); in matrix_init()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_hard_i2c.c | 100 __HAL_LINKDMA(&i2c_drv->handle, hdmarx, i2c_drv->dma.handle_rx); in stm32_i2c_init() 111 __HAL_LINKDMA(&i2c_drv->handle, hdmatx, i2c_drv->dma.handle_tx); in stm32_i2c_init()
|
| A D | drv_qspi.c | 116 __HAL_LINKDMA(&qspi_bus->QSPI_Handler, hdma, qspi_bus->hdma_quadspi); in stm32_qspi_init()
|
| A D | drv_spi.c | 253 __HAL_LINKDMA(&spi_drv->handle, hdmarx, spi_drv->dma.handle_rx); in stm32_spi_init() 264 __HAL_LINKDMA(&spi_drv->handle, hdmatx, spi_drv->dma.handle_tx); in stm32_spi_init()
|
| A D | drv_usart.c | 1102 __HAL_LINKDMA(&(uart->handle), hdmarx, uart->dma_rx.handle); in stm32_dma_config() 1106 __HAL_LINKDMA(&(uart->handle), hdmatx, uart->dma_tx.handle); in stm32_dma_config()
|
| A D | drv_usart_v2.c | 1158 __HAL_LINKDMA(&(uart->handle), hdmarx, uart->dma_rx.handle); in stm32_dma_config() 1162 __HAL_LINKDMA(&(uart->handle), hdmatx, uart->dma_tx.handle); in stm32_dma_config()
|
| /bsp/stm32/stm32f407-rt-spark/board/ports/audio/ |
| A D | drv_mic.c | 75 __HAL_LINKDMA(&I2S3_Handler,hdmarx,I2S3_RXDMA_Handler); in I2S3_Init()
|
| A D | drv_sound.c | 104 __HAL_LINKDMA(&I2S3_Handler,hdmatx,I2S3_TXDMA_Handler); in I2S3_Init()
|
| /bsp/stm32/stm32l475-atk-pandora/board/ports/audio/ |
| A D | drv_mic.c | 80 __HAL_LINKDMA(&SAI1B_Handler, hdmarx, SAI1_RXDMA_Handler); in SAIB_Init()
|
| A D | drv_sound.c | 87 __HAL_LINKDMA(&SAI1A_Handler, hdmatx, SAI1_TXDMA_Handler); in SAIA_Init()
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/port/camera/ |
| A D | drv_dcmi.c | 52 __HAL_LINKDMA(_dcmi_handle, DMA_Handle, *_dma_handle); // 关联DCMI句柄 in rt_hw_dmci_dma_init()
|
| /bsp/stm32/stm32f429-atk-apollo/board/ports/audio/ |
| A D | drv_mic.c | 125 __HAL_LINKDMA(&_sai_b.hsai, hdmarx, _sai_b.hdma); in SAIB_tx_dma()
|
| A D | drv_sound.c | 161 __HAL_LINKDMA(&_sai_a.hsai, hdmatx, _sai_a.hdma); in SAIA_tx_dma()
|
| /bsp/stm32/stm32h743-openmv-h7plus/board/CubeMX_Config/Core/Src/ |
| A D | stm32h7xx_hal_msp.c | 171 __HAL_LINKDMA(hdcmi,DMA_Handle,hdma_dcmi); in HAL_DCMI_MspInit()
|