Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_dma.h366 #define DMA_DINC_FIXED 0x00000000U /*!< Destination fixed single / burst */ macro
740 (((INC) == DMA_DINC_FIXED) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dma.h430 #define DMA_DINC_FIXED 0x00000000U /*!< Destination fixed single / burst */ macro
793 (((INC) == DMA_DINC_FIXED) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dma.h461 #define DMA_DINC_FIXED 0x00000000U /*!< Destination fixed single / burst */ macro
836 (((INC) == DMA_DINC_FIXED) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dma.h706 #define DMA_DINC_FIXED 0x00000000U /*!< Destination fixed single / burst */ macro
1085 (((INC) == DMA_DINC_FIXED) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma.h655 #define DMA_DINC_FIXED 0x00000000U /*!< Destination fixed single / burst */ macro
1066 (((INC) == DMA_DINC_FIXED) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c1530 (DMA_CTR1_SINC | DMA_CTR1_DINC), (DMA_SINC_INCREMENTED | DMA_DINC_FIXED)); in HAL_XSPI_Transmit_DMA()
1556 …i->hdmatx->Init.SrcInc == DMA_SINC_INCREMENTED) && (hxspi->hdmatx->Init.DestInc == DMA_DINC_FIXED)) in HAL_XSPI_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c1513 (DMA_CTR1_SINC | DMA_CTR1_DINC), (DMA_SINC_INCREMENTED | DMA_DINC_FIXED)); in HAL_OSPI_Transmit_DMA()
1540 (DMA_SINC_INCREMENTED | DMA_DINC_FIXED)); in HAL_OSPI_Transmit_DMA()
Dstm32u5xx_hal_xspi.c1677 (DMA_CTR1_SINC | DMA_CTR1_DINC), (DMA_SINC_INCREMENTED | DMA_DINC_FIXED)); in HAL_XSPI_Transmit_DMA()
1703 …i->hdmatx->Init.SrcInc == DMA_SINC_INCREMENTED) && (hxspi->hdmatx->Init.DestInc == DMA_DINC_FIXED)) in HAL_XSPI_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c1557 (DMA_CTR1_SINC | DMA_CTR1_DINC), (DMA_SINC_INCREMENTED | DMA_DINC_FIXED)); in HAL_XSPI_Transmit_DMA()
1583 …i->hdmatx->Init.SrcInc == DMA_SINC_INCREMENTED) && (hxspi->hdmatx->Init.DestInc == DMA_DINC_FIXED)) in HAL_XSPI_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_xspi.c1550 (DMA_CTR1_SINC | DMA_CTR1_DINC), (DMA_SINC_INCREMENTED | DMA_DINC_FIXED)); in HAL_XSPI_Transmit_DMA()
1576 …i->hdmatx->Init.SrcInc == DMA_SINC_INCREMENTED) && (hxspi->hdmatx->Init.DestInc == DMA_DINC_FIXED)) in HAL_XSPI_Transmit_DMA()