Home
last modified time | relevance | path

Searched refs:Source_Width (Results 1 – 8 of 8) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_DMA.c75 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()
A DHAL_ADC.c192 Dma_Adc_Handle.Init.Source_Width = DMA_SRC_WIDTH_WORD; in HAL_ADC_MspInit()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_DMA.c75 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()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_DMA.h153 uint32_t Source_Width; /* This parameter can be a value of @ref DMA_SRC_WIDTH */ member
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_DMA.h200 uint32_t Source_Width; /* This parameter can be a value of @ref DMA_SRC_WIDTH */ member
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_spi.c398 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()
A Ddrv_uart.c363 DMA_Handle->Init.Source_Width = DMA_SRC_WIDTH_BYTE; in DMA_Configuration()
/bsp/acm32/acm32f4xx-nucleo/drivers/
A Ddrv_uart.c362 DMA_Handle->Init.Source_Width = DMA_SRC_WIDTH_BYTE; in DMA_Configuration()

Completed in 19 milliseconds