Home
last modified time | relevance | path

Searched refs:DMA_SxCR_DBM (Results 1 – 25 of 103) sorted by relevance

12345

/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dma.c236 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
810 if(((hdma->Instance->CR) & (uint32_t)(DMA_SxCR_DBM)) != RESET) in HAL_DMA_IRQHandler()
883 if(((hdma->Instance->CR) & (uint32_t)(DMA_SxCR_DBM)) != RESET) in HAL_DMA_IRQHandler()
1161 hdma->Instance->CR &= (uint32_t)(~DMA_SxCR_DBM); in DMA_SetConfig()
Dstm32f7xx_hal_dma_ex.c126 hdma->Instance->CR |= (uint32_t)DMA_SxCR_DBM; in HAL_DMAEx_MultiBufferStart()
182 hdma->Instance->CR |= (uint32_t)DMA_SxCR_DBM; in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dma.c234 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
805 if(((hdma->Instance->CR) & (uint32_t)(DMA_SxCR_DBM)) != RESET) in HAL_DMA_IRQHandler()
878 if(((hdma->Instance->CR) & (uint32_t)(DMA_SxCR_DBM)) != RESET) in HAL_DMA_IRQHandler()
1154 hdma->Instance->CR &= (uint32_t)(~DMA_SxCR_DBM); in DMA_SetConfig()
Dstm32f4xx_hal_dma_ex.c124 hdma->Instance->CR |= (uint32_t)DMA_SxCR_DBM; in HAL_DMAEx_MultiBufferStart()
187 hdma->Instance->CR |= (uint32_t)DMA_SxCR_DBM; in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dma.c237 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
809 if(((hdma->Instance->CR) & (uint32_t)(DMA_SxCR_DBM)) != RESET) in HAL_DMA_IRQHandler()
882 if(((hdma->Instance->CR) & (uint32_t)(DMA_SxCR_DBM)) != RESET) in HAL_DMA_IRQHandler()
1158 hdma->Instance->CR &= (uint32_t)(~DMA_SxCR_DBM); in DMA_SetConfig()
Dstm32f2xx_hal_dma_ex.c125 hdma->Instance->CR |= (uint32_t)DMA_SxCR_DBM; in HAL_DMAEx_MultiBufferStart()
188 hdma->Instance->CR |= (uint32_t)DMA_SxCR_DBM; in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma.c244 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
977 if (((((DMA_Stream_TypeDef *)hdma->Instance)->CR) & (uint32_t)(DMA_SxCR_DBM)) != 0U) in HAL_DMA_IRQHandler()
1050 if (((((DMA_Stream_TypeDef *)hdma->Instance)->CR) & (uint32_t)(DMA_SxCR_DBM)) != 0U) in HAL_DMA_IRQHandler()
1362 ((DMA_Stream_TypeDef *)hdma->Instance)->CR &= (uint32_t)(~DMA_SxCR_DBM); in DMA_SetConfig()
Dstm32mp1xx_hal_dma_ex.c151 ((DMA_Stream_TypeDef *)hdma->Instance)->CR |= (uint32_t)DMA_SxCR_DBM; in HAL_DMAEx_MultiBufferStart()
227 ((DMA_Stream_TypeDef *)hdma->Instance)->CR |= (uint32_t)DMA_SxCR_DBM; in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma.c284 DMA_SxCR_DIR | DMA_SxCR_CT | DMA_SxCR_DBM)); in HAL_DMA_Init()
1272 if(((((DMA_Stream_TypeDef *)hdma->Instance)->CR) & (uint32_t)(DMA_SxCR_DBM)) != 0U) in HAL_DMA_IRQHandler()
1345 if(((((DMA_Stream_TypeDef *)hdma->Instance)->CR) & (uint32_t)(DMA_SxCR_DBM)) != 0U) in HAL_DMA_IRQHandler()
1797 ((DMA_Stream_TypeDef *)hdma->Instance)->CR &= (uint32_t)(~DMA_SxCR_DBM); in DMA_SetConfig()
Dstm32h7xx_hal_dma_ex.c151 ((DMA_Stream_TypeDef *)hdma->Instance)->CR |= DMA_SxCR_DBM; in HAL_DMAEx_MultiBufferStart()
247 ((DMA_Stream_TypeDef *)hdma->Instance)->CR |= DMA_SxCR_DBM; in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_dma.h224 #define LL_DMA_DOUBLEBUFFER_MODE_ENABLE DMA_SxCR_DBM /*!< Enable double buffering mo…
1235 …(DMA_Stream_TypeDef *)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DBM); in LL_DMA_EnableDoubleBufferMode()
1255 …(DMA_Stream_TypeDef *)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DBM); in LL_DMA_DisableDoubleBufferMode()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_dma.h221 #define LL_DMA_DOUBLEBUFFER_MODE_ENABLE DMA_SxCR_DBM /*!< Enable double buffering mo…
1212 …(DMA_Stream_TypeDef *)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DBM); in LL_DMA_EnableDoubleBufferMode()
1232 …(DMA_Stream_TypeDef *)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DBM); in LL_DMA_DisableDoubleBufferMode()
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_dma.h221 #define LL_DMA_DOUBLEBUFFER_MODE_ENABLE DMA_SxCR_DBM /*!< Enable double buffering mo…
1202 …(DMA_Stream_TypeDef *)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DBM); in LL_DMA_EnableDoubleBufferMode()
1222 …(DMA_Stream_TypeDef *)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, DMA_SxCR_DBM); in LL_DMA_DisableDoubleBufferMode()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dma.h231 #define LL_DMA_DOUBLEBUFFER_MODE_ENABLE DMA_SxCR_DBM /*!< Enable double buffering mo…
1565 …SET_BIT(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_DBM); in LL_DMA_EnableDoubleBufferMode()
1587 …EAR_BIT(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_DBM); in LL_DMA_DisableDoubleBufferMode()
Dstm32h7xx_hal_dma.h517 #define DMA_DOUBLE_BUFFER_M0 ((uint32_t)DMA_SxCR_DBM) /*!< Double buffer mode wi…
518 #define DMA_DOUBLE_BUFFER_M1 ((uint32_t)(DMA_SxCR_DBM | DMA_SxCR_CT)) /*!< Double buffer mode wi…
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_dma.h225 #define LL_DMA_DOUBLEBUFFER_MODE_ENABLE DMA_SxCR_DBM /*!< Enable double buffering mo…
1457 …SET_BIT(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_DBM); in LL_DMA_EnableDoubleBufferMode()
1479 …EAR_BIT(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->CR, DMA_SxCR_DBM); in LL_DMA_DisableDoubleBufferMode()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h1499 #define DMA_SxCR_DBM DMA_SxCR_DBM_Msk macro
Dstm32f410rx.h1499 #define DMA_SxCR_DBM DMA_SxCR_DBM_Msk macro
Dstm32f410tx.h1489 #define DMA_SxCR_DBM DMA_SxCR_DBM_Msk macro
Dstm32f401xe.h1440 #define DMA_SxCR_DBM DMA_SxCR_DBM_Msk macro
Dstm32f401xc.h1440 #define DMA_SxCR_DBM DMA_SxCR_DBM_Msk macro
Dstm32f411xe.h1443 #define DMA_SxCR_DBM DMA_SxCR_DBM_Msk macro
Dstm32f405xx.h5532 #define DMA_SxCR_DBM DMA_SxCR_DBM_Msk macro
Dstm32f412cx.h5593 #define DMA_SxCR_DBM DMA_SxCR_DBM_Msk macro
/hal_stm32-3.6.0/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h5684 #define DMA_SxCR_DBM DMA_SxCR_DBM_Msk macro

12345