Searched refs:hdma_tx (Results 1 – 1 of 1) sorted by relevance
2176 static DMA_HandleTypeDef hdma_tx; in flash_stm32_xspi_init() local2179 if (flash_stm32_xspi_dma_init(&hdma_tx, &dev_data->dma_tx) != 0) { in flash_stm32_xspi_init()2185 __HAL_LINKDMA(&dev_data->hxspi, hdmatx, hdma_tx); in flash_stm32_xspi_init()