Home
last modified time | relevance | path

Searched refs:ccr_value (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma_ex.c818 uint32_t ccr_value; in HAL_DMAEx_List_Start() local
829 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start()
830 …if ((dma_state == HAL_DMA_STATE_READY) || ((dma_state == HAL_DMA_STATE_BUSY) && (ccr_value != 0U))) in HAL_DMAEx_List_Start()
880 uint32_t ccr_value; in HAL_DMAEx_List_Start_IT() local
891 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start_IT()
892 …if ((dma_state == HAL_DMA_STATE_READY) || ((dma_state == HAL_DMA_STATE_BUSY) && (ccr_value != 0U))) in HAL_DMAEx_List_Start_IT()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma_ex.c804 uint32_t ccr_value; in HAL_DMAEx_List_Start() local
815 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start()
816 …if ((dma_state == HAL_DMA_STATE_READY) || ((dma_state == HAL_DMA_STATE_BUSY) && (ccr_value != 0U))) in HAL_DMAEx_List_Start()
866 uint32_t ccr_value; in HAL_DMAEx_List_Start_IT() local
877 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start_IT()
878 …if ((dma_state == HAL_DMA_STATE_READY) || ((dma_state == HAL_DMA_STATE_BUSY) && (ccr_value != 0U))) in HAL_DMAEx_List_Start_IT()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma_ex.c818 uint32_t ccr_value; in HAL_DMAEx_List_Start() local
829 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start()
830 …if ((dma_state == HAL_DMA_STATE_READY) || ((dma_state == HAL_DMA_STATE_BUSY) && (ccr_value != 0U))) in HAL_DMAEx_List_Start()
880 uint32_t ccr_value; in HAL_DMAEx_List_Start_IT() local
891 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start_IT()
892 …if ((dma_state == HAL_DMA_STATE_READY) || ((dma_state == HAL_DMA_STATE_BUSY) && (ccr_value != 0U))) in HAL_DMAEx_List_Start_IT()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma_ex.c772 uint32_t ccr_value; in HAL_DMAEx_List_Start() local
783 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start()
784 …if ((dma_state == HAL_DMA_STATE_READY) || ((dma_state == HAL_DMA_STATE_BUSY) && (ccr_value != 0U))) in HAL_DMAEx_List_Start()
834 uint32_t ccr_value; in HAL_DMAEx_List_Start_IT() local
845 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start_IT()
846 …if ((dma_state == HAL_DMA_STATE_READY) || ((dma_state == HAL_DMA_STATE_BUSY) && (ccr_value != 0U))) in HAL_DMAEx_List_Start_IT()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma_ex.c822 uint32_t ccr_value; in HAL_DMAEx_List_Start() local
833 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start()
834 …if ((dma_state == HAL_DMA_STATE_READY) || ((dma_state == HAL_DMA_STATE_BUSY) && (ccr_value != 0U))) in HAL_DMAEx_List_Start()
884 uint32_t ccr_value; in HAL_DMAEx_List_Start_IT() local
895 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start_IT()
896 …if ((dma_state == HAL_DMA_STATE_READY) || ((dma_state == HAL_DMA_STATE_BUSY) && (ccr_value != 0U))) in HAL_DMAEx_List_Start_IT()