Home
last modified time | relevance | path

Searched refs:DMA1_CSELR (Results 1 – 25 of 38) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_dma.c191 DMA1_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Init()
194 DMA1_CSELR->CSELR |= (uint32_t) (hdma->Init.Request << (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/src/
Dstm32l4xx_hal_dma.c258 DMA1_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Init()
261 DMA1_CSELR->CSELR |= (uint32_t)(hdma->Init.Request << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Init()
336 DMA1_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_DeInit()
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h596 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l010x8.h554 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l010xb.h558 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l011xx.h568 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l021xx.h588 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l031xx.h576 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l051xx.h610 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l010x4.h548 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l010x6.h553 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l081xx.h651 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l071xx.h631 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l052xx.h715 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l062xx.h735 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l053xx.h731 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l072xx.h741 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l073xx.h757 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l083xx.h777 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l063xx.h751 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l082xx.h761 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h1022 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l412xx.h987 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l433xx.h1180 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro
Dstm32l451xx.h1163 #define DMA1_CSELR ((DMA_Request_TypeDef *) DMA1_CSELR_BASE) macro

12