Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_mdma.c444 uint32_t LL_MDMA_Init(MDMA_TypeDef *MDMAx, uint32_t Channel, LL_MDMA_InitTypeDef *MDMA_InitStruct) in LL_MDMA_Init() argument
450 assert_param(IS_LL_MDMA_BLK_DATALENGTH(MDMA_InitStruct->BlockDataLength)); in LL_MDMA_Init()
451 assert_param(IS_LL_MDMA_BLK_REPEATCOUNT(MDMA_InitStruct->BlockRepeatCount)); in LL_MDMA_Init()
452 assert_param(IS_LL_MDMA_WORDENDIANESS(MDMA_InitStruct->WordEndianess)); in LL_MDMA_Init()
453 assert_param(IS_LL_MDMA_HALFWORDENDIANESS(MDMA_InitStruct->HalfWordEndianess)); in LL_MDMA_Init()
454 assert_param(IS_LL_MDMA_BYTEENDIANESS(MDMA_InitStruct->ByteEndianess)); in LL_MDMA_Init()
455 assert_param(IS_LL_MDMA_PRIORITY(MDMA_InitStruct->Priority)); in LL_MDMA_Init()
456 assert_param(IS_LL_MDMA_BUFFWRITEMODE(MDMA_InitStruct->BufferableWriteMode)); in LL_MDMA_Init()
457 assert_param(IS_LL_MDMA_REQUESTMODE(MDMA_InitStruct->RequestMode)); in LL_MDMA_Init()
458 assert_param(IS_LL_MDMA_TRIGGERMODE(MDMA_InitStruct->TriggerMode)); in LL_MDMA_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_mdma.h4327 uint32_t LL_MDMA_Init(MDMA_TypeDef *MDMAx, uint32_t Channel, LL_MDMA_InitTypeDef *MDMA_InitStruct);
4329 void LL_MDMA_StructInit(LL_MDMA_InitTypeDef *MDMA_InitStruct);
4330 void LL_MDMA_CreateLinkNode(LL_MDMA_InitTypeDef *MDMA_InitStruct, LL_MDMA_LinkNodeTypeDef *pNode);