Home
last modified time | relevance | path

Searched refs:DMA_SxNDT (Results 1 – 25 of 93) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_dma.h960 …tream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->NDTR, DMA_SxNDT, NbData); in LL_DMA_SetDataLength()
982 …((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->NDTR, DMA_SxNDT)); in LL_DMA_GetDataLength()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_dma.h973 …tream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->NDTR, DMA_SxNDT, NbData); in LL_DMA_SetDataLength()
995 …((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->NDTR, DMA_SxNDT)); in LL_DMA_GetDataLength()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_dma.h970 …tream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->NDTR, DMA_SxNDT, NbData); in LL_DMA_SetDataLength()
992 …((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->NDTR, DMA_SxNDT)); in LL_DMA_GetDataLength()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_dma.h992 …(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->NDTR, DMA_SxNDT, NbData); in LL_DMA_SetDataLength()
1016 …EAD_BIT(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->NDTR, DMA_SxNDT)); in LL_DMA_GetDataLength()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dma.h1055 …(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->NDTR, DMA_SxNDT, NbData); in LL_DMA_SetDataLength()
1079 …EAD_BIT(((DMA_Stream_TypeDef *)(dma_base_addr + LL_DMA_STR_OFFSET_TAB[Stream]))->NDTR, DMA_SxNDT)); in LL_DMA_GetDataLength()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c3785 hjpeg->JpegOutCount = hjpeg->OutDataLength - ((hjpeg->hdmaout->Instance->NDTR & DMA_SxNDT) << 2); in JPEG_DMA_EndProcess()
3963 hjpeg->JpegInCount = hjpeg->InDataLength - ((hdma->Instance->NDTR & DMA_SxNDT) << 2); in JPEG_DMAInCpltCallback()
4025 hjpeg->JpegOutCount = hjpeg->OutDataLength - ((hdma->Instance->NDTR & DMA_SxNDT) << 2); in JPEG_DMAOutCpltCallback()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h1559 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f410rx.h1559 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f410tx.h1549 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f401xc.h1500 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f401xe.h1500 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f411xe.h1503 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f405xx.h5592 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f412cx.h5653 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f415xx.h5774 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f423xx.h6046 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f407xx.h5892 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f412zx.h5713 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f412rx.h5707 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f412vx.h5709 #define DMA_SxNDT DMA_SxNDT_Msk macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h5744 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f205xx.h5594 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f207xx.h5893 #define DMA_SxNDT DMA_SxNDT_Msk macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h5559 #define DMA_SxNDT DMA_SxNDT_Msk macro
Dstm32f722xx.h5543 #define DMA_SxNDT DMA_SxNDT_Msk macro

1234