Searched refs:Source_Width (Results 1 – 8 of 8) sorted by relevance
75 if (!IS_DMA_SRC_WIDTH(hdma->Init.Source_Width)) return HAL_ERROR; in HAL_DMA_Init()110 hdma->Instance->CTRL |= (hdma->Init.Desination_Width | hdma->Init.Source_Width); in HAL_DMA_Init()130 if (!IS_DMA_SRC_WIDTH(hdma->Init.Source_Width)) return HAL_ERROR; in HAL_DMA_DeInit()
192 Dma_Adc_Handle.Init.Source_Width = DMA_SRC_WIDTH_WORD; in HAL_ADC_MspInit()
75 if (!IS_DMA_SRC_WIDTH(hdma->Init.Source_Width)) return HAL_ERROR; in HAL_DMA_Init()108 hdma->Instance->CTRL |= (hdma->Init.Desination_Width | hdma->Init.Source_Width); in HAL_DMA_Init()128 if (!IS_DMA_SRC_WIDTH(hdma->Init.Source_Width)) return HAL_ERROR; in HAL_DMA_DeInit()
153 uint32_t Source_Width; /* This parameter can be a value of @ref DMA_SRC_WIDTH */ member
200 uint32_t Source_Width; /* This parameter can be a value of @ref DMA_SRC_WIDTH */ member
398 spi_bus_obj[i].dma.handle_rx.Init.Source_Width = DMA_SRC_WIDTH_BYTE; in rt_hw_spi_bus_init()414 spi_bus_obj[i].dma.handle_tx.Init.Source_Width = DMA_SRC_WIDTH_BYTE; in rt_hw_spi_bus_init()
363 DMA_Handle->Init.Source_Width = DMA_SRC_WIDTH_BYTE; in DMA_Configuration()
362 DMA_Handle->Init.Source_Width = DMA_SRC_WIDTH_BYTE; in DMA_Configuration()
Completed in 19 milliseconds