Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma_ex.c121 assert_param(IS_DMAMUX_SYNC_POLARITY(pSyncConfig-> SyncPolarity)); in HAL_DMAEx_ConfigMuxSync()
136 … pSyncConfig->SyncPolarity | ((uint32_t)pSyncConfig->SyncEnable << DMAMUX_CxCR_SE_Pos) | \ in HAL_DMAEx_ConfigMuxSync()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dma_ex.h75 …uint32_t SyncPolarity; /*!< Specifies the polarity of the signal on which the DMA request is sync… member