/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dma_ex.c | 413 assert_param(IS_DMA_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 417 assert_param(IS_BDMA_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 419 syncSignalID = pSyncConfig->SyncSignalID; in HAL_DMAEx_ConfigMuxSync()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_dma_ex.c | 98 assert_param(IS_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 113 … ((pSyncConfig->SyncSignalID) << DMAMUX_CxCR_SYNC_ID_Pos) | ((pSyncConfig->RequestNumber - 1U) << \ in HAL_DMAEx_ConfigMuxSync()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dma_ex.c | 109 assert_param(IS_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 125 …((pSyncConfig->SyncSignalID) << DMAMUX_CxCR_SYNC_ID_Pos) | ((pSyncConfig->RequestNumber - 1U) << D… in HAL_DMAEx_ConfigMuxSync()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_dma_ex.c | 100 assert_param(IS_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 116 …((pSyncConfig->SyncSignalID) << DMAMUX_CxCR_SYNC_ID_Pos) | ((pSyncConfig->RequestNumber - 1U) << D… in HAL_DMAEx_ConfigMuxSync()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_dma_ex.c | 100 assert_param(IS_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 115 (pSyncConfig->SyncSignalID | \ in HAL_DMAEx_ConfigMuxSync()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_dma_ex.c | 101 assert_param(IS_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 117 … (pSyncConfig->SyncSignalID | ((pSyncConfig->RequestNumber - 1U) << DMAMUX_CxCR_NBREQ_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_dma_ex.c | 99 assert_param(IS_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 115 … (pSyncConfig->SyncSignalID | ((pSyncConfig->RequestNumber - 1U) << DMAMUX_CxCR_NBREQ_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_dma_ex.c | 100 assert_param(IS_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 116 … (pSyncConfig->SyncSignalID | ((pSyncConfig->RequestNumber - 1U) << DMAMUX_CxCR_NBREQ_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_dma_ex.c | 319 assert_param(IS_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 335 …((pSyncConfig->SyncSignalID) << DMAMUX_CxCR_SYNC_ID_Pos) | ((pSyncConfig->RequestNumber - 1U) << D… in HAL_DMAEx_ConfigMuxSync()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_dma_ex.c | 339 assert_param(IS_DMAMUX_SYNC_SIGNAL_ID(pSyncConfig->SyncSignalID)); in HAL_DMAEx_ConfigMuxSync() 340 syncSignalID = pSyncConfig->SyncSignalID; in HAL_DMAEx_ConfigMuxSync()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_dma_ex.h | 53 …uint32_t SyncSignalID; /*!< Specifies the synchronization signal gating the DMA request in period… member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dma_ex.h | 59 …uint32_t SyncSignalID; /*!< Specifies the synchronization signal gating the DMA request in period… member
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_dma_ex.h | 53 …uint32_t SyncSignalID; /*!< Specifies the synchronization signal gating the DMA request in period… member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_dma_ex.h | 55 …uint32_t SyncSignalID; /*!< Specifies the synchronization signal gating the DMA request in period… member
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_dma_ex.h | 54 …uint32_t SyncSignalID; /*!< Specifies the synchronization signal gating the DMA request in … member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dma_ex.h | 63 …uint32_t SyncSignalID; /*!< Specifies the synchronization signal gating the DMA request in period… member
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_dma_ex.h | 49 …uint32_t SyncSignalID; /*!< Specifies the synchronization signal gating the DMA request in … member
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_dma_ex.h | 49 …uint32_t SyncSignalID; /*!< Specifies the synchronization signal gating the DMA request in … member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dma_ex.h | 59 …uint32_t SyncSignalID; /*!< Specifies the synchronization signal gating the DMA request in period… member
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_dma_ex.h | 49 …uint32_t SyncSignalID; /*!< Specifies the synchronization signal gating the DMA request in … member
|