Home
last modified time | relevance | path

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

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_DMA.c76 if (!IS_DMA_DST_WIDTH(hdma->Init.Desination_Width)) return HAL_ERROR; in HAL_DMA_Init()
110 hdma->Instance->CTRL |= (hdma->Init.Desination_Width | hdma->Init.Source_Width); in HAL_DMA_Init()
131 if (!IS_DMA_DST_WIDTH(hdma->Init.Desination_Width)) return HAL_ERROR; in HAL_DMA_DeInit()
A DHAL_ADC.c193 Dma_Adc_Handle.Init.Desination_Width = DMA_DST_WIDTH_WORD; in HAL_ADC_MspInit()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_DMA.c76 if (!IS_DMA_DST_WIDTH(hdma->Init.Desination_Width)) return HAL_ERROR; in HAL_DMA_Init()
108 hdma->Instance->CTRL |= (hdma->Init.Desination_Width | hdma->Init.Source_Width); in HAL_DMA_Init()
129 if (!IS_DMA_DST_WIDTH(hdma->Init.Desination_Width)) return HAL_ERROR; in HAL_DMA_DeInit()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_DMA.h155 uint32_t Desination_Width; /* This parameter can be a value of @ref DMA_DST_WIDTH */ member
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_DMA.h202 uint32_t Desination_Width; /* This parameter can be a value of @ref DMA_DST_WIDTH */ member
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_spi.c399 spi_bus_obj[i].dma.handle_rx.Init.Desination_Width = DMA_DST_WIDTH_BYTE; in rt_hw_spi_bus_init()
415 spi_bus_obj[i].dma.handle_tx.Init.Desination_Width = DMA_DST_WIDTH_BYTE; in rt_hw_spi_bus_init()
A Ddrv_uart.c364 DMA_Handle->Init.Desination_Width = DMA_DST_WIDTH_BYTE; in DMA_Configuration()
/bsp/acm32/acm32f4xx-nucleo/drivers/
A Ddrv_uart.c363 DMA_Handle->Init.Desination_Width = DMA_DST_WIDTH_BYTE; in DMA_Configuration()

Completed in 21 milliseconds