/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_dma_ex.h | 293 #define DMA_LINK_ALLOCATED_PORT1 DMA_CCR_LAP /*!< Link allocated port 1 */ 523 (((LINK_ALLOCATED_PORT) & (~(DMA_CCR_LAP))) == 0U)
|
D | stm32wbaxx_ll_dma.h | 521 #define LL_DMA_LINK_ALLOCATED_PORT1 DMA_CCR_LAP /*!< Linked List Allocated Port 1 */ 1221 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl() 1299 DMA_CCR_LAP, LinkAllocatedPort); in LL_DMA_SetLinkAllocatedPort() 1322 …D_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LAP)); in LL_DMA_GetLinkAllocatedPort()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_dma_ex.h | 432 #define DMA_LINK_ALLOCATED_PORT1 DMA_CCR_LAP /*!< Link allocated port 1 */ 668 (((LINK_ALLOCATED_PORT) & (~(DMA_CCR_LAP))) == 0U)
|
D | stm32h5xx_ll_dma.h | 649 #define LL_DMA_LINK_ALLOCATED_PORT1 DMA_CCR_LAP /*!< Linked List Allocated Port 1 */ 1859 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl() 1937 DMA_CCR_LAP, LinkAllocatedPort); in LL_DMA_SetLinkAllocatedPort() 1960 …D_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LAP)); in LL_DMA_GetLinkAllocatedPort()
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_dma_ex.h | 415 #define DMA_LINK_ALLOCATED_PORT1 DMA_CCR_LAP /*!< Link allocated port 1 */ 653 (((LINK_ALLOCATED_PORT) & (~(DMA_CCR_LAP))) == 0U)
|
D | stm32h7rsxx_ll_dma.h | 657 #define LL_DMA_LINK_ALLOCATED_PORT1 DMA_CCR_LAP /*!< Linked List Allocated Port 1 */ 1685 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl() 1787 DMA_CCR_LAP, LinkAllocatedPort); in LL_DMA_SetLinkAllocatedPort() 1818 …D_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LAP)); in LL_DMA_GetLinkAllocatedPort()
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_dma_ex.h | 430 #define DMA_LINK_ALLOCATED_PORT1 DMA_CCR_LAP /*!< Link allocated port 1 */ 667 (((LINK_ALLOCATED_PORT) & (~(DMA_CCR_LAP))) == 0U)
|
D | stm32u5xx_ll_dma.h | 666 #define LL_DMA_LINK_ALLOCATED_PORT1 DMA_CCR_LAP /*!< Linked List Allocated Port 1 */ 1715 (DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM), Configuration); in LL_DMA_ConfigControl() 1818 DMA_CCR_LAP, LinkAllocatedPort); in LL_DMA_SetLinkAllocatedPort() 1850 …D_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + LL_DMA_CH_OFFSET_TAB[Channel]))->CCR, DMA_CCR_LAP)); in LL_DMA_GetLinkAllocatedPort()
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_dma.c | 1671 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
|
D | stm32h7rsxx_hal_dma_ex.c | 3651 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_dma.c | 1606 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
|
D | stm32wbaxx_hal_dma_ex.c | 3489 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_dma.c | 1621 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
|
D | stm32h5xx_hal_dma_ex.c | 3671 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dma.c | 1610 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_Init()
|
D | stm32u5xx_hal_dma_ex.c | 3672 MODIFY_REG(hdma->Instance->CCR, DMA_CCR_PRIO | DMA_CCR_LAP | DMA_CCR_LSM, tmpreg); in DMA_List_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 2246 #define DMA_CCR_LAP DMA_CCR_LAP_Msk /*!< Linked-lis… macro
|
D | stm32wba52xx.h | 2830 #define DMA_CCR_LAP DMA_CCR_LAP_Msk /*!< Linked-lis… macro
|
D | stm32wba54xx.h | 3013 #define DMA_CCR_LAP DMA_CCR_LAP_Msk /*!< Linked-lis… macro
|
D | stm32wba55xx.h | 3013 #define DMA_CCR_LAP DMA_CCR_LAP_Msk /*!< Linked-lis… macro
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 3854 #define DMA_CCR_LAP DMA_CCR_LAP_Msk /*!< Linked-lis… macro
|
D | stm32h523xx.h | 5212 #define DMA_CCR_LAP DMA_CCR_LAP_Msk /*!< Linked-lis… macro
|
D | stm32h562xx.h | 5633 #define DMA_CCR_LAP DMA_CCR_LAP_Msk /*!< Linked-lis… macro
|
D | stm32h533xx.h | 5620 #define DMA_CCR_LAP DMA_CCR_LAP_Msk /*!< Linked-lis… macro
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 5006 #define DMA_CCR_LAP DMA_CCR_LAP_Msk /*!< Linked-lis… macro
|