Home
last modified time | relevance | path

Searched refs:CSAR (Results 1 – 25 of 103) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_mdma.h234 …__IO uint32_t CSAR; /*!< New CSAR register configuration for the given MDMA linked list node … member
2533 …WRITE_REG(((MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAd… in LL_MDMA_ConfigAddresses()
2564 …WRITE_REG(((MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAd… in LL_MDMA_SetSourceAddress()
2595 …turn (READ_REG(((MDMA_Channel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CSAR)); in LL_MDMA_GetSourceAddress()
Dstm32h7xx_hal_mdma.h125 …__IO uint32_t CSAR; /*!< New CSAR register configuration for the given MDMA linked list node … member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mdma.c310 hmdma->Instance->CSAR = 0; in HAL_MDMA_DeInit()
671 pNode->CSAR = pNodeConfig->SrcAddress; in HAL_MDMA_LinkedList_CreateNode()
1777 hmdma->Instance->CSAR = SrcAddress; in MDMA_SetConfig()
Dstm32h7xx_ll_mdma.c389 LL_MDMA_WriteReg(tmp, CSAR, 0U); in LL_MDMA_DeInit()
719 pNode->CSAR = MDMA_InitStruct->SrcAddress; in LL_MDMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_mdma.c318 hmdma->Instance->CSAR = 0; in HAL_MDMA_DeInit()
683 pNode->CSAR = pNodeConfig->SrcAddress; in HAL_MDMA_LinkedList_CreateNode()
1801 hmdma->Instance->CSAR = SrcAddress; in MDMA_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma.c495 hdma->Instance->CSAR = 0U; in HAL_DMA_DeInit()
1651 hdma->Instance->CSAR = SrcAddress; in DMA_SetConfig()
Dstm32h7rsxx_ll_dma.c366 LL_DMA_WriteReg(tmp, CSAR, 0U); in LL_DMA_DeInit()
Dstm32h7rsxx_hal_dma_ex.c716 hdma->Instance->CSAR = 0U; in HAL_DMAEx_List_DeInit()
3663 WRITE_REG(hdma->Instance->CSAR, 0U); in DMA_List_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma.c365 hdma->Instance->CSAR = 0U; in HAL_DMA_DeInit()
1588 hdma->Instance->CSAR = SrcAddress; in DMA_SetConfig()
Dstm32wbaxx_ll_dma.c285 LL_DMA_WriteReg(tmp, CSAR, 0U); in LL_DMA_DeInit()
Dstm32wbaxx_hal_dma_ex.c681 hdma->Instance->CSAR = 0U; in HAL_DMAEx_List_DeInit()
3501 WRITE_REG(hdma->Instance->CSAR, 0U); in DMA_List_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma.c370 hdma->Instance->CSAR = 0U; in HAL_DMA_DeInit()
1601 hdma->Instance->CSAR = SrcAddress; in DMA_SetConfig()
Dstm32h5xx_ll_dma.c331 LL_DMA_WriteReg(tmp, CSAR, 0U); in LL_DMA_DeInit()
Dstm32h5xx_hal_dma_ex.c720 hdma->Instance->CSAR = 0U; in HAL_DMAEx_List_DeInit()
3679 WRITE_REG(hdma->Instance->CSAR, 0U); in DMA_List_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma.c413 hdma->Instance->CSAR = 0U; in HAL_DMA_DeInit()
1709 hdma->Instance->CSAR = SrcAddress; in DMA_SetConfig()
Dstm32n6xx_ll_dma.c383 LL_DMA_WriteReg(tmp, CSAR, 0U); in LL_DMA_DeInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma.c363 hdma->Instance->CSAR = 0U; in HAL_DMA_DeInit()
1590 hdma->Instance->CSAR = SrcAddress; in DMA_SetConfig()
Dstm32u5xx_ll_dma.c334 LL_DMA_WriteReg(tmp, CSAR, 0U); in LL_DMA_DeInit()
Dstm32u5xx_hal_dma_ex.c720 hdma->Instance->CSAR = 0U; in HAL_DMAEx_List_DeInit()
3680 WRITE_REG(hdma->Instance->CSAR, 0U); in DMA_List_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_dma.h2862 …WRITE_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAddre… in LL_DMA_ConfigAddresses()
2886 …WRITE_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAddre… in LL_DMA_SetSrcAddress()
2908 return (READ_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR)); in LL_DMA_GetSrcAddress()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dma.h4361 …WRITE_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAddre… in LL_DMA_ConfigAddresses()
4385 …WRITE_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAddre… in LL_DMA_SetSrcAddress()
4407 return (READ_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR)); in LL_DMA_GetSrcAddress()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dma.h4389 …WRITE_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAddre… in LL_DMA_ConfigAddresses()
4421 …WRITE_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAddre… in LL_DMA_SetSrcAddress()
4451 return (READ_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR)); in LL_DMA_GetSrcAddress()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_dma.h4209 …WRITE_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAddre… in LL_DMA_ConfigAddresses()
4241 …WRITE_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAddre… in LL_DMA_SetSrcAddress()
4271 return (READ_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR)); in LL_DMA_GetSrcAddress()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_mdma.h128 …__IO uint32_t CSAR; /*!< New CSAR register configuration for the given MDMA linked list node … member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_dma.h5527 …WRITE_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAddre… in LL_DMA_ConfigAddresses()
5559 …WRITE_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR, SrcAddre… in LL_DMA_SetSrcAddress()
5589 return (READ_REG(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CSAR)); in LL_DMA_GetSrcAddress()

12345