Home
last modified time | relevance | path

Searched refs:DMA_CSELR_C1S (Results 1 – 25 of 45) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dma.c258 DMA1_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Init()
266 DMA2_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Init()
336 DMA1_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_DeInit()
341 DMA2_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_DeInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_dma.c191 DMA1_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Init()
243 DMA1_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_DeInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_dma.h73 #define DMA_POSITION_CSELR_CXS(Channel) POSITION_VAL(DMA_CSELR_C1S << (((Channel)*4U) & …
1515DMA_CSELR_C1S << (((Channel) * 4U) & 0x1FU), PeriphRequest << DMA_POSITION_CSELR_CXS(Channel)); in LL_DMA_SetPeriphRequest()
1549 DMA_CSELR_C1S << ((Channel) * 4U)) >> DMA_POSITION_CSELR_CXS(Channel)); in LL_DMA_GetPeriphRequest()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_dma.h1210 DMA_CSELR_C1S << ((Channel - 1U) * 4U), Request << DMA_POSITION_CSELR_CXS); in LL_DMA_SetPeriphRequest()
1252 DMA_CSELR_C1S << ((Channel - 1U) * 4U)) >> DMA_POSITION_CSELR_CXS); in LL_DMA_GetPeriphRequest()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_dma.h1286 DMA_CSELR_C1S << ((Channel - 1U) * 4U), PeriphRequest << DMA_POSITION_CSELR_CXS); in LL_DMA_SetPeriphRequest()
1328 DMA_CSELR_C1S << ((Channel - 1U) * 4U)) >> DMA_POSITION_CSELR_CXS); in LL_DMA_GetPeriphRequest()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_dma.h76 #define DMA_POSITION_CSELR_CXS POSITION_VAL(DMA_CSELR_C1S << ((Channel-1U)*4U))
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h1456 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l010x8.h1219 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l010xb.h1227 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l011xx.h1268 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l021xx.h1396 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l031xx.h1328 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l051xx.h1369 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l010x4.h1211 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l010x6.h1217 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l081xx.h1528 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l071xx.h1400 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l052xx.h1658 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l062xx.h1786 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l053xx.h1680 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l072xx.h1788 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l073xx.h1810 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l083xx.h1938 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
Dstm32l063xx.h1808 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030xc.h1190 #define DMA_CSELR_C1S DMA_CSELR_C1S_Msk /*!< Channel 1 Selec… macro

12