HAL + 0/156 examples
CodeScope will show references to DMA_InitTypeDef::PeriphBurst from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Demonstrations
Applications
USB_Device
Examples
ADC
DMA
I2C
QSPI
SAI
TIM
UART
STM32446E-Nucleo
Examples
I2C
STM32469I-Discovery
Applications
FileX
FX_IAP
USBX
Examples
ADC
DMA
I2C
QSPI
SPI
UART
STM32469I_EVAL
Applications
USB_Device
Examples
ADC
CRYP
DMA
HASH
I2C
QSPI
SAI
TIM
UART
STM324x9I_EVAL
Applications
USB_Device
Examples
ADC
CRYP
DAC
DMA
HASH
TIM
UART
STM324xG_EVAL
Applications
USB_Device
Examples
ADC
CRYP
DAC
DMA
HASH
TIM
UART
STM32F4-Discovery
Examples
ADC
DAC
DMA
I2C
SPI
UART
STM32F401-Discovery
Examples
ADC
DMA
I2C
SPI
UART
STM32F410xx-Nucleo
Examples
I2C
UART
STM32F411E-Discovery
Examples
ADC
DMA
I2C
SPI
UART
STM32F412G-Discovery
Examples
ADC
DFSDM
DMA
I2C
QSPI
SPI
TIM
UART
STM32F412ZG-Nucleo
Examples
ADC
DMA
I2C
SPI
TIM
UART
STM32F413H-Discovery
Applications
USB_Device
Examples
ADC
DFSDM
DMA
FMC
QSPI
TIM
STM32F413ZH-Nucleo
Examples
ADC
DMA
I2C
SPI
TIM
UART
STM32F429I-Discovery
Examples
ADC
DAC
DMA
I2C
SPI
UART
STM32F429ZI-Nucleo
Examples
ADC
DMA
TIM
STM32F446ZE-Nucleo
Examples
ADC
DMA
TIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALDMA_InitTypeDef::PeriphBurst

DMA_InitTypeDef::PeriphBurst field

Specifies the Burst transfer configuration for the peripheral transfers. It specifies the amount of data to be transferred in a single non interruptible transaction. This parameter can be a value of DMA_Peripheral_burst

Syntax

uint32_t PeriphBurst;

Examples

DMA_InitTypeDef::PeriphBurst is referenced by 156 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_dma.h:91
uint32_t PeriphBurst; /*!< Specifies the Burst transfer configuration for the peripheral transfers.
stm32f4xx_hal_dma.c:199HAL_DMA_Init()
assert_param(IS_DMA_PERIPHERAL_BURST(hdma->Init.PeriphBurst));
stm32f4xx_hal_dma.c:246HAL_DMA_Init()
tmp |= hdma->Init.MemBurst | hdma->Init.PeriphBurst;

Data Use

Functions reading DMA_InitTypeDef::PeriphBurst
DMA_InitTypeDef::PeriphBurst
all items filtered out
Type of DMA_InitTypeDef::PeriphBurst
DMA_InitTypeDef::PeriphBurst
uint32_t
all items filtered out