Searched refs:IS_MDMA_BLOCK_COUNT (Results 1 – 4 of 4) sorted by relevance
596 assert_param(IS_MDMA_BLOCK_COUNT(pNodeConfig->BlockCount)); in HAL_MDMA_LinkedList_CreateNode()1076 assert_param(IS_MDMA_BLOCK_COUNT(BlockCount)); in HAL_MDMA_Start()1136 assert_param(IS_MDMA_BLOCK_COUNT(BlockCount)); in HAL_MDMA_Start_IT()
608 assert_param(IS_MDMA_BLOCK_COUNT(pNodeConfig->BlockCount)); in HAL_MDMA_LinkedList_CreateNode()1088 assert_param(IS_MDMA_BLOCK_COUNT(BlockCount)); in HAL_MDMA_Start()1148 assert_param(IS_MDMA_BLOCK_COUNT(BlockCount)); in HAL_MDMA_Start_IT()
827 #define IS_MDMA_BLOCK_COUNT(__COUNT__) (((__COUNT__) > 0U ) && ((__COUNT__) <= 4096U)) macro
820 #define IS_MDMA_BLOCK_COUNT(__COUNT__) (((__COUNT__) > 0U ) && ((__COUNT__) <= 4096U)) macro