Home
last modified time | relevance | path

Searched refs:pChannelAttributes (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma.c1525 uint32_t *const pChannelAttributes) in HAL_DMA_GetConfigChannelAttributes() argument
1532 if ((hdma == NULL) || (pChannelAttributes == NULL)) in HAL_DMA_GetConfigChannelAttributes()
1546 *pChannelAttributes = attributes; in HAL_DMA_GetConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma.c1449 uint32_t *const pChannelAttributes) in HAL_DMA_GetConfigChannelAttributes() argument
1456 if ((hdma == NULL) || (pChannelAttributes == NULL)) in HAL_DMA_GetConfigChannelAttributes()
1482 *pChannelAttributes = attributes; in HAL_DMA_GetConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma.c1461 uint32_t *const pChannelAttributes) in HAL_DMA_GetConfigChannelAttributes() argument
1468 if ((hdma == NULL) || (pChannelAttributes == NULL)) in HAL_DMA_GetConfigChannelAttributes()
1494 *pChannelAttributes = attributes; in HAL_DMA_GetConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma.c1496 uint32_t *const pChannelAttributes) in HAL_DMA_GetConfigChannelAttributes() argument
1503 if ((hdma == NULL) || (pChannelAttributes == NULL)) in HAL_DMA_GetConfigChannelAttributes()
1527 *pChannelAttributes = attributes; in HAL_DMA_GetConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma.c1454 uint32_t *const pChannelAttributes) in HAL_DMA_GetConfigChannelAttributes() argument
1461 if ((hdma == NULL) || (pChannelAttributes == NULL)) in HAL_DMA_GetConfigChannelAttributes()
1485 *pChannelAttributes = attributes; in HAL_DMA_GetConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_dma.h671 uint32_t *const pChannelAttributes);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dma.h730 uint32_t *const pChannelAttributes);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dma.h768 uint32_t *const pChannelAttributes);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dma.h1014 uint32_t *const pChannelAttributes);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma.h991 uint32_t *const pChannelAttributes);