Home
last modified time | relevance | path

Searched refs:DMA1 (Results 1 – 8 of 8) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma.c196 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
271 if (DMA1 == hdma->DmaBaseAddress) in HAL_DMA_Init()
337 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
355 if (DMA1 == hdma->DmaBaseAddress) in HAL_DMA_DeInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma.c196 hdma->DmaBaseAddress = DMA1; in HAL_DMA_Init()
271 if (DMA1 == hdma->DmaBaseAddress) in HAL_DMA_Init()
337 hdma->DmaBaseAddress = DMA1; in HAL_DMA_DeInit()
355 if (DMA1 == hdma->DmaBaseAddress) in HAL_DMA_DeInit()
/external/arm-trusted-firmware/include/dt-bindings/clock/
Dstm32mp1-clks.h84 #define DMA1 71 macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dma.h579 (DMA2->ISR & (__FLAG__)) : (DMA1->ISR & (__FLAG__)))
594 (DMA2->IFCR = (__FLAG__)) : (DMA1->IFCR = (__FLAG__)))
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dma.h579 (DMA2->ISR & (__FLAG__)) : (DMA1->ISR & (__FLAG__)))
594 (DMA2->IFCR = (__FLAG__)) : (DMA1->IFCR = (__FLAG__)))
/external/mesa3d/docs/relnotes/
D10.5.7.rst67 - nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h1408 #define DMA1 ((DMA_TypeDef *) DMA1_BASE) macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l4a6xx.h1551 #define DMA1 ((DMA_TypeDef *) DMA1_BASE) macro