Home
last modified time | relevance | path

Searched refs:LL_DMA_PRIORITY_LOW (Results 1 – 2 of 2) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_dma.c71 #define IS_LL_DMA_PRIORITY(__VALUE__) (((__VALUE__) == LL_DMA_PRIORITY_LOW) || \
342 DMA_InitStruct->Priority = LL_DMA_PRIORITY_LOW; in LL_DMA_StructInit()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_dma.h309 #define LL_DMA_PRIORITY_LOW 0x00000000U /*!< Priority level : Low */ macro

Completed in 135 milliseconds