Searched refs:DMA_CCR_PRIO (Results 1 – 20 of 20) sorted by relevance
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_dma.h | 657 #define LL_DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : High Priority … 1693 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl() 1728 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO, Priority); in LL_DMA_SetChannelPriorityLevel() 1762 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO)); in LL_DMA_GetChannelPriorityLevel()
|
D | stm32u5xx_hal_dma.h | 492 #define DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : HIGH Priority …
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_dma.h | 657 #define LL_DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : High Priority … 1949 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl() 1984 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO, Priority); in LL_DMA_SetChannelPriorityLevel() 2018 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO)); in LL_DMA_GetChannelPriorityLevel()
|
D | stm32h5xx_hal_dma.h | 741 #define DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : HIGH Priority …
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dma.c | 1624 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
|
D | stm32u5xx_hal_dma_ex.c | 3665 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_dma.c | 1626 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
|
D | stm32h5xx_hal_dma_ex.c | 3665 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 3875 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
D | stm32h562xx.h | 5579 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
D | stm32h563xx.h | 7663 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
D | stm32h573xx.h | 8074 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 5885 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
D | stm32u545xx.h | 6285 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
D | stm32u575xx.h | 6284 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
D | stm32u585xx.h | 6733 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
D | stm32u5a5xx.h | 6987 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
D | stm32u595xx.h | 6538 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
D | stm32u599xx.h | 6826 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|
D | stm32u5a9xx.h | 7275 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
|