Home
last modified time | relevance | path

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

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_DMA.c73 if (!IS_DMA_DATA_FLOW(hdma->Init.Data_Flow)) return HAL_ERROR; in HAL_DMA_Init()
92 if (hdma->Init.Data_Flow == DMA_DATA_FLOW_M2P) in HAL_DMA_Init()
96 else if (hdma->Init.Data_Flow == DMA_DATA_FLOW_P2M) in HAL_DMA_Init()
101 hdma->Instance->CONFIG = hdma->Init.Data_Flow | hdma->Init.Request_ID; in HAL_DMA_Init()
128 if (!IS_DMA_DATA_FLOW(hdma->Init.Data_Flow)) return HAL_ERROR; in HAL_DMA_DeInit()
A DHAL_ADC.c189 Dma_Adc_Handle.Init.Data_Flow = DMA_DATA_FLOW_P2M; in HAL_ADC_MspInit()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_DMA.c73 if (!IS_DMA_DATA_FLOW(hdma->Init.Data_Flow)) return HAL_ERROR; in HAL_DMA_Init()
92 if (hdma->Init.Data_Flow == DMA_DATA_FLOW_M2P) in HAL_DMA_Init()
96 else if (hdma->Init.Data_Flow == DMA_DATA_FLOW_P2M) in HAL_DMA_Init()
101 hdma->Instance->CONFIG = hdma->Init.Data_Flow | hdma->Init.Request_ID; in HAL_DMA_Init()
126 if (!IS_DMA_DATA_FLOW(hdma->Init.Data_Flow)) return HAL_ERROR; in HAL_DMA_DeInit()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_DMA.h145 uint32_t Data_Flow; /* This parameter can be a value of @ref DMA_DATA_FLOW */ member
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_DMA.h192 uint32_t Data_Flow; /* This parameter can be a value of @ref DMA_DATA_FLOW */ member
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_uart.c348 DMA_Handle->Init.Data_Flow = DMA_DATA_FLOW_P2M; in DMA_Configuration()
356 DMA_Handle->Init.Data_Flow = DMA_DATA_FLOW_M2P; in DMA_Configuration()
A Ddrv_spi.c393 spi_bus_obj[i].dma.handle_rx.Init.Data_Flow = DMA_DATA_FLOW_P2M; in rt_hw_spi_bus_init()
409 spi_bus_obj[i].dma.handle_tx.Init.Data_Flow = DMA_DATA_FLOW_M2P; in rt_hw_spi_bus_init()
/bsp/acm32/acm32f4xx-nucleo/drivers/
A Ddrv_uart.c347 DMA_Handle->Init.Data_Flow = DMA_DATA_FLOW_P2M; in DMA_Configuration()
355 DMA_Handle->Init.Data_Flow = DMA_DATA_FLOW_M2P; in DMA_Configuration()

Completed in 22 milliseconds