Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_dma.c1464 uint32_t *const pChannelAttributes) in HAL_DMA_GetConfigChannelAttributes() argument
1471 if ((hdma == NULL) || (pChannelAttributes == NULL)) in HAL_DMA_GetConfigChannelAttributes()
1497 *pChannelAttributes = attributes; in HAL_DMA_GetConfigChannelAttributes()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_dma.c1463 uint32_t *const pChannelAttributes) in HAL_DMA_GetConfigChannelAttributes() argument
1470 if ((hdma == NULL) || (pChannelAttributes == NULL)) in HAL_DMA_GetConfigChannelAttributes()
1496 *pChannelAttributes = attributes; in HAL_DMA_GetConfigChannelAttributes()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_dma.h734 uint32_t *const pChannelAttributes);
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_dma.h1011 uint32_t *const pChannelAttributes);