Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_mdma.c456 assert_param(IS_LL_MDMA_BUFFWRITEMODE(MDMA_InitStruct->BufferableWriteMode)); in LL_MDMA_Init()
509 LL_MDMA_ConfigTransfer(MDMAx, Channel, MDMA_InitStruct->BufferableWriteMode | \ in LL_MDMA_Init()
604 MDMA_InitStruct->BufferableWriteMode = LL_MDMA_BUFF_WRITE_DISABLE; in LL_MDMA_StructInit()
645 assert_param(IS_LL_MDMA_BUFFWRITEMODE(MDMA_InitStruct->BufferableWriteMode)); in LL_MDMA_CreateLinkNode()
685 pNode->CTCR = MDMA_InitStruct->BufferableWriteMode | \ in LL_MDMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_mdma.h151 uint32_t BufferableWriteMode; /*!< Specifies the transfer Bufferable Write Mode. member