Home
last modified time | relevance | path

Searched refs:DMA2_CSELR (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma.c282 DMA2_CSELR->CSELR &= ~(DMA_CSELR_C1S << hdma->ChannelIndex); in HAL_DMA_Init()
285 DMA2_CSELR->CSELR |= (uint32_t) (hdma->Init.Request << (hdma->ChannelIndex)); in HAL_DMA_Init()
363 DMA2_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex)); in HAL_DMA_DeInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma.c282 DMA2_CSELR->CSELR &= ~(DMA_CSELR_C1S << hdma->ChannelIndex); in HAL_DMA_Init()
285 DMA2_CSELR->CSELR |= (uint32_t) (hdma->Init.Request << (hdma->ChannelIndex)); in HAL_DMA_Init()
363 DMA2_CSELR->CSELR &= ~(DMA_CSELR_C1S << (hdma->ChannelIndex)); in HAL_DMA_DeInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h1447 #define DMA2_CSELR ((DMA_Request_TypeDef *) DMA2_CSELR_BASE) macro