Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_mdma.c457 assert_param(IS_LL_MDMA_REQUESTMODE(MDMA_InitStruct->RequestMode)); in LL_MDMA_Init()
510 MDMA_InitStruct->RequestMode | \ in LL_MDMA_Init()
605 MDMA_InitStruct->RequestMode = LL_MDMA_REQUEST_MODE_HW; in LL_MDMA_StructInit()
646 assert_param(IS_LL_MDMA_REQUESTMODE(MDMA_InitStruct->RequestMode)); in LL_MDMA_CreateLinkNode()
686 MDMA_InitStruct->RequestMode | \ in LL_MDMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_mdma.h95 uint32_t RequestMode; /*!< Specifies the request mode Hardware or Software. member
1270 …LINE void LL_MDMA_SetRequestMode(const MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t RequestMode) in LL_MDMA_SetRequestMode() argument
1274 …l_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTCR, MDMA_CTCR_SWRM, RequestMode); in LL_MDMA_SetRequestMode()