Home
last modified time | relevance | path

Searched refs:IS_LL_DMA_REQUEST_SELECTION (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma.c169 #define IS_LL_DMA_REQUEST_SELECTION(__VALUE__) ((__VALUE__) <= LL_GPDMA1_REQUEST_JPEG_T… macro
171 #define IS_LL_DMA_REQUEST_SELECTION(__VALUE__) ((__VALUE__) <= LL_GPDMA1_REQUEST_ADC2) macro
173 #define IS_LL_DMA_REQUEST_SELECTION(__VALUE__) ((__VALUE__) <= LL_GPDMA1_REQUEST_LPTIM3… macro
410 assert_param(IS_LL_DMA_REQUEST_SELECTION(DMA_InitStruct->Request)); in LL_DMA_Init()
853 assert_param(IS_LL_DMA_REQUEST_SELECTION(DMA_InitNodeStruct->Request)); in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_dma.c141 #define IS_LL_DMA_REQUEST_SELECTION(__VALUE__) ((__VALUE__) <= LL_GPDMA1_REQUEST_LPTIM2… macro
143 #define IS_LL_DMA_REQUEST_SELECTION(__VALUE__) ((__VALUE__) <= LL_GPDMA1_REQUEST_LPTIM1… macro
344 assert_param(IS_LL_DMA_REQUEST_SELECTION(DMA_InitStruct->Request)); in LL_DMA_Init()
682 assert_param(IS_LL_DMA_REQUEST_SELECTION(DMA_InitNodeStruct->Request)); in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dma.c177 #define IS_LL_DMA_REQUEST_SELECTION(__VALUE__) ((__VALUE__) <= LL_GPDMA1_REQUEST_I3C2_R… macro
179 #define IS_LL_DMA_REQUEST_SELECTION(__VALUE__) ((__VALUE__) <= LL_GPDMA1_REQUEST_LPTIM6… macro
399 assert_param(IS_LL_DMA_REQUEST_SELECTION(DMA_InitStruct->Request)); in LL_DMA_Init()
823 assert_param(IS_LL_DMA_REQUEST_SELECTION(DMA_InitNodeStruct->Request)); in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dma.c210 #define IS_LL_DMA_REQUEST_SELECTION(__VALUE__) ((__VALUE__) <= LL_GPDMA1_REQUEST_I3C1_R… macro
439 assert_param(IS_LL_DMA_REQUEST_SELECTION(DMA_InitStruct->Request)); in LL_DMA_Init()
878 assert_param(IS_LL_DMA_REQUEST_SELECTION(DMA_InitNodeStruct->Request)); in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dma.c213 #define IS_LL_DMA_REQUEST_SELECTION(__VALUE__) ((__VALUE__) <= LL_HPDMA1_REQUEST_I3C2_R… macro
461 assert_param(IS_LL_DMA_REQUEST_SELECTION(DMA_InitStruct->Request)); in LL_DMA_Init()
922 assert_param(IS_LL_DMA_REQUEST_SELECTION(DMA_InitNodeStruct->Request)); in LL_DMA_CreateLinkNode()