Home
last modified time | relevance | path

Searched refs:DMA_CCR_PRIO (Results 1 – 25 of 51) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_dma.h512 #define LL_DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : High Priority …
1220 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl()
1247 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO, Priority); in LL_DMA_SetChannelPriorityLevel()
1273 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO)); in LL_DMA_GetChannelPriorityLevel()
Dstm32wbaxx_hal_dma.h402 #define DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : HIGH Priority …
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dma.h640 #define LL_DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : High Priority …
1859 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl()
1886 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO, Priority); in LL_DMA_SetChannelPriorityLevel()
1912 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO)); in LL_DMA_GetChannelPriorityLevel()
Dstm32h5xx_hal_dma.h742 #define DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : HIGH Priority …
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dma.h657 #define LL_DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : High Priority …
1715 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl()
1750 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO, Priority); in LL_DMA_SetChannelPriorityLevel()
1784 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO)); in LL_DMA_GetChannelPriorityLevel()
Dstm32u5xx_hal_dma.h497 #define DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : HIGH Priority …
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_dma.h648 #define LL_DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : High Priority …
1685 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl()
1720 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO, Priority); in LL_DMA_SetChannelPriorityLevel()
1754 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO)); in LL_DMA_GetChannelPriorityLevel()
Dstm32h7rsxx_hal_dma.h468 #define DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : HIGH Priority …
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_dma.h672 #define LL_DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : High Priority …
2107 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl()
2142 …A_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO, Priority); in LL_DMA_SetChannelPriorityLevel()
2176 …_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIO)); in LL_DMA_GetChannelPriorityLevel()
Dstm32n6xx_hal_dma.h693 #define DMA_HIGH_PRIORITY DMA_CCR_PRIO /*!< Priority level : HIGH Priority …
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma.c1671 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
Dstm32h7rsxx_hal_dma_ex.c3651 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma.c1608 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
Dstm32wbaxx_hal_dma_ex.c3489 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma.c1621 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
Dstm32h5xx_hal_dma_ex.c3667 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma.c1729 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
Dstm32n6xx_hal_dma_ex.c3687 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma.c1610 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
Dstm32u5xx_hal_dma_ex.c3668 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h2249 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
Dstm32wba52xx.h2834 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
Dstm32wba54xx.h3017 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
Dstm32wba5mxx.h3017 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h3855 #define DMA_CCR_PRIO DMA_CCR_PRIO_Msk /*!< Priority l… macro

123