Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_bdma.c48 … ((__VALUE__) == LL_BDMA_DIRECTION_MEMORY_TO_PERIPH) || \
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_bdma.h263 #define LL_BDMA_DIRECTION_MEMORY_TO_PERIPH BDMA_CCR_DIR /*!< Memory to peripheral direc… macro
1127 if (Direction == LL_BDMA_DIRECTION_MEMORY_TO_PERIPH) in LL_BDMA_ConfigAddresses()