HAL + 0/1 examples
CodeScope will show references to LL_DMA_InitTypeDef::NbData from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
DMA
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_DMA_InitTypeDef::NbData

LL_DMA_InitTypeDef::NbData field

Specifies the number of data to transfer, in data unit. The data unit is equal to the source buffer configuration set in PeripheralSize or MemorySize parameters depending in the transfer direction. This parameter must be a value between Min_Data = 0 and Max_Data = 0x0000FFFF This feature can be modified afterwards using unitary function LL_DMA_SetDataLength().

Syntax

uint32_t NbData;

Examples

LL_DMA_InitTypeDef::NbData is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_dma.h:126
uint32_t NbData; /*!< Specifies the number of data to transfer, in data unit.
stm32f4xx_ll_dma.c:368LL_DMA_Init()
stm32f4xx_ll_dma.c:395LL_DMA_StructInit()
DMA_InitStruct->NbData = 0x00000000U;

Data Use

Functions writing LL_DMA_InitTypeDef::NbData
Functions reading LL_DMA_InitTypeDef::NbData
all items filtered out
LL_DMA_InitTypeDef::NbData
all items filtered out
Type of LL_DMA_InitTypeDef::NbData
LL_DMA_InitTypeDef::NbData
uint32_t
all items filtered out