Home
last modified time | relevance | path

Searched refs:IS_LL_DMA2D_LINE (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_dma2d.c76 #define IS_LL_DMA2D_LINE(LINES) ((LINES) <= LL_DMA2D_NUMBEROFLINES) macro
173 assert_param(IS_LL_DMA2D_LINE(DMA2D_InitStruct->NbrOfLines)); in LL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_dma2d.c76 #define IS_LL_DMA2D_LINE(LINES) ((LINES) <= LL_DMA2D_NUMBEROFLINES) macro
180 assert_param(IS_LL_DMA2D_LINE(DMA2D_InitStruct->NbrOfLines)); in LL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dma2d.c80 #define IS_LL_DMA2D_LINE(LINES) ((LINES) <= LL_DMA2D_NUMBEROFLINES) macro
187 assert_param(IS_LL_DMA2D_LINE(DMA2D_InitStruct->NbrOfLines)); in LL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_dma2d.c80 #define IS_LL_DMA2D_LINE(LINES) ((LINES) <= LL_DMA2D_NUMBEROFLINES) macro
187 assert_param(IS_LL_DMA2D_LINE(DMA2D_InitStruct->NbrOfLines)); in LL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_dma2d.c89 #define IS_LL_DMA2D_LINE(LINES) ((LINES) <= LL_DMA2D_NUMBEROFLINES) macro
195 assert_param(IS_LL_DMA2D_LINE(DMA2D_InitStruct->NbrOfLines)); in LL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dma2d.c80 #define IS_LL_DMA2D_LINE(LINES) ((LINES) <= LL_DMA2D_NUMBEROFLINES) macro
187 assert_param(IS_LL_DMA2D_LINE(DMA2D_InitStruct->NbrOfLines)); in LL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma2d.c80 #define IS_LL_DMA2D_LINE(LINES) ((LINES) <= LL_DMA2D_NUMBEROFLINES) macro
189 assert_param(IS_LL_DMA2D_LINE(DMA2D_InitStruct->NbrOfLines)); in LL_DMA2D_Init()