Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_dma.c295 assert_param(IS_LL_DMA_PERIPHINCMODE(DMA_InitStruct->PeriphOrM2MSrcIncMode)); in LL_DMA_Init()
317 DMA_InitStruct->PeriphOrM2MSrcIncMode | \ in LL_DMA_Init()
370 DMA_InitStruct->PeriphOrM2MSrcIncMode = LL_DMA_PERIPH_NOINCREMENT; in LL_DMA_StructInit()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_dma.c293 assert_param(IS_LL_DMA_PERIPHINCMODE(DMA_InitStruct->PeriphOrM2MSrcIncMode)); in LL_DMA_Init()
324 DMA_InitStruct->PeriphOrM2MSrcIncMode | \ in LL_DMA_Init()
392 DMA_InitStruct->PeriphOrM2MSrcIncMode = LL_DMA_PERIPH_NOINCREMENT; in LL_DMA_StructInit()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_ll_dma.h115 …uint32_t PeriphOrM2MSrcIncMode; /*!< Specifies whether the Peripheral address or Source address i… member
700 …E void LL_DMA_SetPeriphIncMode(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t PeriphOrM2MSrcIncMode) in LL_DMA_SetPeriphIncMode() argument
703 PeriphOrM2MSrcIncMode); in LL_DMA_SetPeriphIncMode()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_dma.h140 …uint32_t PeriphOrM2MSrcIncMode; /*!< Specifies whether the Peripheral address or Source address i… member
758 …E void LL_DMA_SetPeriphIncMode(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t PeriphOrM2MSrcIncMode) in LL_DMA_SetPeriphIncMode() argument
762 PeriphOrM2MSrcIncMode); in LL_DMA_SetPeriphIncMode()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_dma.h103 …uint32_t PeriphOrM2MSrcIncMode; /*!< Specifies whether the Peripheral address or Source address i… member