Home
last modified time | relevance | path

Searched refs:IS_LL_DMA_REQUEST (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_dma.c71 #define IS_LL_DMA_REQUEST(REQUEST) (((REQUEST) <= LL_DMAMUX1_REQ_TIM24_TR… macro
73 #define IS_LL_DMA_REQUEST(REQUEST) (((REQUEST) <= LL_DMAMUX1_REQ_ADC3)) macro
75 #define IS_LL_DMA_REQUEST(REQUEST) (((REQUEST) <= LL_DMAMUX1_REQ_USART10_… macro
302 assert_param(IS_LL_DMA_REQUEST(DMA_InitStruct->PeriphRequest)); in LL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_dma.c70 #define IS_LL_DMA_REQUEST(REQUEST) (((REQUEST) <= LL_DMAMUX1_REQ_I2C5_TX)) macro
292 assert_param(IS_LL_DMA_REQUEST(DMA_InitStruct->PeriphRequest)); in LL_DMA_Init()