Home
last modified time | relevance | path

Searched refs:Direction (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_dma.c251 assert_param(IS_DMA_DIRECTION(hdma->Init.Direction)); in HAL_DMA_Init()
252 …if ((hdma->Init.Direction == DMA_MEMORY_TO_PERIPH) || (hdma->Init.Direction == DMA_MEMORY_TO_MEMOR… in HAL_DMA_Init()
1647 if ((hdma->Init.Direction) == DMA_MEMORY_TO_PERIPH) in DMA_Init()
1655 else if ((hdma->Init.Direction) == DMA_MEMORY_TO_MEMORY) in DMA_Init()
Dstm32h5xx_hal_dma_ex.c1054 assert_param(IS_DMA_DIRECTION(pNodeConfig->Init.Direction)); in HAL_DMAEx_List_BuildNode()
3739 if ((pNodeConfig->Init.Direction) == DMA_MEMORY_TO_PERIPH) in DMA_List_BuildNode()
3748 else if ((pNodeConfig->Init.Direction) == DMA_MEMORY_TO_MEMORY) in DMA_List_BuildNode()
3963 pNodeConfig->Init.Direction = DMA_MEMORY_TO_MEMORY; in DMA_List_GetNodeConfig()
3971 pNodeConfig->Init.Direction = DMA_MEMORY_TO_PERIPH; in DMA_List_GetNodeConfig()
3975 pNodeConfig->Init.Direction = DMA_PERIPH_TO_MEMORY; in DMA_List_GetNodeConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_dma.c252 assert_param(IS_DMA_DIRECTION(hdma->Init.Direction)); in HAL_DMA_Init()
253 …if ((hdma->Init.Direction == DMA_MEMORY_TO_PERIPH) || (hdma->Init.Direction == DMA_MEMORY_TO_MEMOR… in HAL_DMA_Init()
1641 if ((hdma->Init.Direction) == DMA_MEMORY_TO_PERIPH) in DMA_Init()
1649 else if ((hdma->Init.Direction) == DMA_MEMORY_TO_MEMORY) in DMA_Init()
Dstm32u5xx_hal_dma_ex.c1060 assert_param(IS_DMA_DIRECTION(pNodeConfig->Init.Direction)); in HAL_DMAEx_List_BuildNode()
3745 if ((pNodeConfig->Init.Direction) == DMA_MEMORY_TO_PERIPH) in DMA_List_BuildNode()
3754 else if ((pNodeConfig->Init.Direction) == DMA_MEMORY_TO_MEMORY) in DMA_List_BuildNode()
3969 pNodeConfig->Init.Direction = DMA_MEMORY_TO_MEMORY; in DMA_List_GetNodeConfig()
3977 pNodeConfig->Init.Direction = DMA_MEMORY_TO_PERIPH; in DMA_List_GetNodeConfig()
3981 pNodeConfig->Init.Direction = DMA_PERIPH_TO_MEMORY; in DMA_List_GetNodeConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_dma.c162 assert_param(IS_DMA_DIRECTION(hdma->Init.Direction)); in HAL_DMA_Init()
199 tmp |= hdma->Init.Direction | in HAL_DMA_Init()
212 if(hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMA_Init()
1287 if((hdma->Init.Direction) == DMA_MEMORY_TO_PERIPH) in DMA_SetConfig()
Dstm32l5xx_hal_ospi.c1463 hospi->hdma->Init.Direction = DMA_MEMORY_TO_PERIPH; in HAL_OSPI_Transmit_DMA()
1464 MODIFY_REG(hospi->hdma->Instance->CCR, DMA_CCR_DIR, hospi->hdma->Init.Direction); in HAL_OSPI_Transmit_DMA()
1588 hospi->hdma->Init.Direction = DMA_PERIPH_TO_MEMORY; in HAL_OSPI_Receive_DMA()
1589 MODIFY_REG(hospi->hdma->Instance->CCR, DMA_CCR_DIR, hospi->hdma->Init.Direction); in HAL_OSPI_Receive_DMA()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_dma.h59 uint32_t Direction; /*!< Specifies the transfer direction for DMA channel. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_dma.h52 …uint32_t Direction; /*!< Specifies if the data will be transferred from memory to … member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_dma.h59 uint32_t Direction; /*!< Specifies the transfer direction for DMA channel. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/secure/
Dtarget_cfg.c557 DMAHandle.Init.Direction = DMA_MEMORY_TO_MEMORY; in gtzc_init_cfg()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/secure/
Dtarget_cfg.c583 DMAHandle.Init.Direction = DMA_MEMORY_TO_MEMORY; in gtzc_init_cfg()