Home
last modified time | relevance | path

Searched refs:SyncEnable (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma_ex.c332 assert_param(IS_DMAMUX_SYNC_STATE(pSyncConfig->SyncEnable)); in HAL_DMAEx_ConfigMuxSync()
336 if (pSyncConfig->SyncEnable == ENABLE) in HAL_DMAEx_ConfigMuxSync()
358 syncPolarity | ((uint32_t)pSyncConfig->SyncEnable << DMAMUX_CxCR_SE_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma_ex.c403 assert_param(IS_DMAMUX_SYNC_STATE(pSyncConfig->SyncEnable)); in HAL_DMAEx_ConfigMuxSync()
407 if(pSyncConfig->SyncEnable == ENABLE) in HAL_DMAEx_ConfigMuxSync()
437 syncPolarity | ((uint32_t)pSyncConfig->SyncEnable << DMAMUX_CxCR_SE_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_dma_ex.c100 assert_param(IS_DMAMUX_SYNC_STATE(pSyncConfig->SyncEnable)); in HAL_DMAEx_ConfigMuxSync()
116 ((uint32_t)pSyncConfig->SyncEnable << \ in HAL_DMAEx_ConfigMuxSync()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dma_ex.c112 assert_param(IS_DMAMUX_SYNC_STATE(pSyncConfig->SyncEnable)); in HAL_DMAEx_ConfigMuxSync()
126 … pSyncConfig->SyncPolarity | ((uint32_t)pSyncConfig->SyncEnable << DMAMUX_CxCR_SE_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dma_ex.c103 assert_param(IS_DMAMUX_SYNC_STATE(pSyncConfig->SyncEnable)); in HAL_DMAEx_ConfigMuxSync()
117 … pSyncConfig->SyncPolarity | ((uint32_t)pSyncConfig->SyncEnable << DMAMUX_CxCR_SE_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_dma_ex.c102 assert_param(IS_DMAMUX_SYNC_STATE(pSyncConfig->SyncEnable)); in HAL_DMAEx_ConfigMuxSync()
118 ((uint32_t)pSyncConfig->SyncEnable << DMAMUX_CxCR_SE_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_dma_ex.c104 assert_param(IS_DMAMUX_SYNC_STATE(pSyncConfig->SyncEnable)); in HAL_DMAEx_ConfigMuxSync()
118 … pSyncConfig->SyncPolarity | ((uint32_t)pSyncConfig->SyncEnable << DMAMUX_CxCR_SE_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_dma_ex.c102 assert_param(IS_DMAMUX_SYNC_STATE(pSyncConfig->SyncEnable)); in HAL_DMAEx_ConfigMuxSync()
116 … pSyncConfig->SyncPolarity | ((uint32_t)pSyncConfig->SyncEnable << DMAMUX_CxCR_SE_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_dma_ex.c103 assert_param(IS_DMAMUX_SYNC_STATE(pSyncConfig->SyncEnable)); in HAL_DMAEx_ConfigMuxSync()
117 … pSyncConfig->SyncPolarity | ((uint32_t)pSyncConfig->SyncEnable << DMAMUX_CxCR_SE_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dma_ex.c322 assert_param(IS_DMAMUX_SYNC_STATE(pSyncConfig->SyncEnable)); in HAL_DMAEx_ConfigMuxSync()
336 … pSyncConfig->SyncPolarity | ((uint32_t)pSyncConfig->SyncEnable << DMAMUX_CxCR_SE_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_dma_ex.h59 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dma_ex.h65 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_dma_ex.h59 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dma_ex.h61 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_dma_ex.h60 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_dma_ex.h69 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_dma_ex.h55 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_dma_ex.h55 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dma_ex.h65 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_dma_ex.h55 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled member