Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mdma.c628 if((pNodeConfig->Init.Request == MDMA_REQUEST_SW) || (pNodeConfig->PostRequestMaskAddress != 0U)) in HAL_MDMA_LinkedList_CreateNode()
679 pNode->CMAR = pNodeConfig->PostRequestMaskAddress; in HAL_MDMA_LinkedList_CreateNode()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_mdma.c640 if((pNodeConfig->Init.Request == MDMA_REQUEST_SW) || (pNodeConfig->PostRequestMaskAddress != 0U)) in HAL_MDMA_LinkedList_CreateNode()
691 pNode->CMAR = pNodeConfig->PostRequestMaskAddress; in HAL_MDMA_LinkedList_CreateNode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_mdma.h148 …uint32_t PostRequestMaskAddress; /*!< specifies the address to be updated (written) with PostRequ… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_mdma.h151 …uint32_t PostRequestMaskAddress; /*!< specifies the address to be updated (written) with PostRequ… member