/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_dma.h | 530 #define LL_DMA_LSM_1LINK_EXECUTION DMA_CCR_LSM /*!< Channel execute one node of the linked list */ 1221 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl() 1347 …hannel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LSM, LinkStepMode); in LL_DMA_SetLinkStepMode() 1371 …D_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LSM)); in LL_DMA_GetLinkStepMode()
|
D | stm32wbaxx_hal_dma_ex.h | 303 #define DMA_LSM_1LINK_EXECUTION DMA_CCR_LSM /*!< Channel is executed once for the current LLI */
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_dma.h | 658 #define LL_DMA_LSM_1LINK_EXECUTION DMA_CCR_LSM /*!< Channel execute one node of the linked list */ 1859 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl() 1985 …hannel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LSM, LinkStepMode); in LL_DMA_SetLinkStepMode() 2009 …D_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LSM)); in LL_DMA_GetLinkStepMode()
|
D | stm32h5xx_hal_dma_ex.h | 442 #define DMA_LSM_1LINK_EXECUTION DMA_CCR_LSM /*!< Channel is executed once for the current LLI */
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_dma.h | 666 #define LL_DMA_LSM_1LINK_EXECUTION DMA_CCR_LSM /*!< Channel execute one node of the linked list */ 1685 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl() 1851 …hannel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LSM, LinkStepMode); in LL_DMA_SetLinkStepMode() 1883 …D_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LSM)); in LL_DMA_GetLinkStepMode()
|
D | stm32h7rsxx_hal_dma_ex.h | 425 #define DMA_LSM_1LINK_EXECUTION DMA_CCR_LSM /*!< Channel is executed once for the current LLI */
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_dma.h | 675 #define LL_DMA_LSM_1LINK_EXECUTION DMA_CCR_LSM /*!< Channel execute one node of the linked list */ 1715 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl() 1883 …hannel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LSM, LinkStepMode); in LL_DMA_SetLinkStepMode() 1915 …D_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LSM)); in LL_DMA_GetLinkStepMode()
|
D | stm32u5xx_hal_dma_ex.h | 440 #define DMA_LSM_1LINK_EXECUTION DMA_CCR_LSM /*!< Channel is executed once for the current LLI */
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dma_ex.c | 829 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start() 891 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start_IT() 3672 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
|
D | stm32u5xx_hal_dma.c | 1610 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_dma_ex.c | 815 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start() 877 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start_IT() 3651 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
|
D | stm32h7rsxx_hal_dma.c | 1671 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_dma_ex.c | 785 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start() 847 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start_IT() 3489 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
|
D | stm32wbaxx_hal_dma.c | 1606 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_dma_ex.c | 829 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start() 891 ccr_value = hdma->Instance->CCR & DMA_CCR_LSM; in HAL_DMAEx_List_Start_IT() 3671 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
|
D | stm32h5xx_hal_dma.c | 1621 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 2243 #define DMA_CCR_LSM DMA_CCR_LSM_Msk /*!< Link step … macro
|
D | stm32wba52xx.h | 2827 #define DMA_CCR_LSM DMA_CCR_LSM_Msk /*!< Link step … macro
|
D | stm32wba54xx.h | 3010 #define DMA_CCR_LSM DMA_CCR_LSM_Msk /*!< Link step … macro
|
D | stm32wba55xx.h | 3010 #define DMA_CCR_LSM DMA_CCR_LSM_Msk /*!< Link step … macro
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 3851 #define DMA_CCR_LSM DMA_CCR_LSM_Msk /*!< Link step … macro
|
D | stm32h523xx.h | 5209 #define DMA_CCR_LSM DMA_CCR_LSM_Msk /*!< Link step … macro
|
D | stm32h562xx.h | 5630 #define DMA_CCR_LSM DMA_CCR_LSM_Msk /*!< Link step … macro
|
D | stm32h533xx.h | 5617 #define DMA_CCR_LSM DMA_CCR_LSM_Msk /*!< Link step … macro
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 5003 #define DMA_CCR_LSM DMA_CCR_LSM_Msk /*!< Link step … macro
|