Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_bdma.c47 #define IS_LL_BDMA_DIRECTION(__VALUE__) (((__VALUE__) == LL_BDMA_DIRECTION_PER… macro
253 assert_param(IS_LL_BDMA_DIRECTION(BDMA_InitStruct->Direction)); in LL_BDMA_Init()