Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mdma.c234 assert_param(IS_MDMA_DESTINATION_INC(hmdma->Init.DestinationInc)); in HAL_MDMA_Init()
584 assert_param(IS_MDMA_DESTINATION_INC(pNodeConfig->Init.DestinationInc)); in HAL_MDMA_LinkedList_CreateNode()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_mdma.c236 assert_param(IS_MDMA_DESTINATION_INC(hmdma->Init.DestinationInc)); in HAL_MDMA_Init()
596 assert_param(IS_MDMA_DESTINATION_INC(pNodeConfig->Init.DestinationInc)); in HAL_MDMA_LinkedList_CreateNode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_mdma.h775 #define IS_MDMA_DESTINATION_INC(__INC__) (((__INC__) == MDMA_DEST_INC_DISABLE ) || \ macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_mdma.h768 #define IS_MDMA_DESTINATION_INC(__INC__) (((__INC__) == MDMA_DEST_INC_DISABLE ) || \ macro