Lines Matching refs:head_block
318 if (config->head_block->block_size > DMA_STM32_MAX_DATA_ITEMS) { in dma_stm32_configure()
320 config->head_block->block_size); in dma_stm32_configure()
351 if (config->head_block->source_reload_en != in dma_stm32_configure()
352 config->head_block->dest_reload_en) { in dma_stm32_configure()
364 stream->cyclic = config->head_block->source_reload_en; in dma_stm32_configure()
367 if (config->head_block->source_address == 0) { in dma_stm32_configure()
371 if (config->head_block->dest_address == 0) { in dma_stm32_configure()
377 config->head_block->source_address; in dma_stm32_configure()
379 config->head_block->dest_address; in dma_stm32_configure()
382 config->head_block->source_address; in dma_stm32_configure()
384 config->head_block->dest_address; in dma_stm32_configure()
404 memory_addr_adj = config->head_block->dest_addr_adj; in dma_stm32_configure()
405 periph_addr_adj = config->head_block->source_addr_adj; in dma_stm32_configure()
408 memory_addr_adj = config->head_block->source_addr_adj; in dma_stm32_configure()
409 periph_addr_adj = config->head_block->dest_addr_adj; in dma_stm32_configure()
473 config->head_block->fifo_mode_control); in dma_stm32_configure()
482 DMA_InitStruct.NbData = config->head_block->block_size / in dma_stm32_configure()
485 DMA_InitStruct.NbData = config->head_block->block_size / in dma_stm32_configure()