Home
last modified time | relevance | path

Searched refs:DMA_PeripheralBurstSize (Results 1 – 5 of 5) sorted by relevance

/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dcore_dma.c161 DMA_InitStruct->DMA_PeripheralBurstSize = DMA_BurstSize_1; in DMA_BaseConfig()
208 (DMA_InitStruct->DMA_PeripheralBurstSize << DMA_CTL_DEST_MSIZE_Pos)| in DMA_ConfigStream()
222 (DMA_InitStruct->DMA_PeripheralBurstSize << DMA_CTL_SRC_MSIZE_Pos)| in DMA_ConfigStream()
A Dcore_dac.c68 DMA_InitStruct.DMA_PeripheralBurstSize = DMA_BurstSize_8; in DAC_Init()
A Dcore_spi.c999 DMA_InitStruct.DMA_PeripheralBurstSize = DMA_BurstSize_32; in SPI_DMATxInit()
1007 DMA_InitStruct.DMA_PeripheralBurstSize = DMA_BurstSize_8; in SPI_DMATxInit()
A Dcore_uart.c239 DMA_InitStruct.DMA_PeripheralBurstSize = DMA_BurstSize_8; in Uart_DMATxInit()
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dair105_dma.h56 …uint32_t DMA_PeripheralBurstSize; /*!< Specifies the Peripheral Number of data items during per bu… member

Completed in 13 milliseconds